misc updates

This commit is contained in:
alejandro-angulo 2024-11-16 16:27:29 -08:00
parent 68028745ba
commit ea430b0b81
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 93 additions and 55 deletions

View file

@ -41,15 +41,9 @@
ruff.enable = true;
pyright.enable = true;
# lua (nvim config)
lua-ls.enable = true;
# bash
bashls.enable = true;
# haskell
hls.enable = true;
# json
jsonls.enable = true;
@ -65,6 +59,18 @@
# elixir
elixirls.enable = true;
terraformls.enable = true;
tflint.enable = true;
# rust
rust_analyzer = {
enable = true;
# Rely on tooling from dev environment
package = null;
installCargo = false;
installRustc = false;
};
# nix
nixd = {
enable = true;

View file

@ -1,13 +1,15 @@
{
plugins.lualine = {
enable = true;
componentSeparators = {
right = "";
left = "";
};
"sectionSeparators" = {
right = "";
left = "";
settings.options = {
component_separators = {
right = "";
left = "";
};
section_separators = {
right = "";
left = "";
};
};
};
}

View file

@ -16,6 +16,7 @@
};
};
};
plugins.web-devicons.enable = true;
keymaps = [
{