Skip to content

Commit

Permalink
chore(update): nixvim flake
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-ie committed Oct 17, 2024
1 parent 1c898db commit c4563ca
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 38 deletions.
4 changes: 4 additions & 0 deletions config/highlight.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,9 @@
FloatBorder = {
fg = "#a89984";
};

TabLineFill = {
bg = "NONE";
};
};
}
2 changes: 1 addition & 1 deletion config/plugins/bufferline.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
settings = {
options = {
separator_style = "thin";
showBuffer_close_icons = false;
show_buffer_close_icons = false;
indicator.icon = "▌";
tab_size = 0;
};
Expand Down
8 changes: 4 additions & 4 deletions config/plugins/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
validate.enable = true;
};
};
lua-ls = {
lua_ls = {
enable = true;
settings = {
# nixvim adds the "Lua"
Expand All @@ -161,11 +161,11 @@
# };
};
};
nil-ls = {
nil_ls = {
enable = true;
settings.formatting.command = [ "nixfmt-rfc-style" ];
};
rust-analyzer = {
rust_analyzer = {
enable = true;
installCargo = true;
installRustc = true;
Expand All @@ -181,7 +181,7 @@
unstable = true;
};
};
ts-ls = {
ts_ls = {
enable = true;
# onAttach.function = # lua
# ''
Expand Down
66 changes: 33 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4563ca

Please sign in to comment.