Skip to content

Commit

Permalink
lsp: init fsautocomplete (#17)
Browse files Browse the repository at this point in the history
* lsp: init fsautocomplete

* wilder: rename wilder-nvim -> wilder
  • Loading branch information
MikaelFangel authored Oct 22, 2023
1 parent cc84ef5 commit 5009088
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
plugins.lsp = {
enable = true;
servers = {
bashls.enable = true;
clangd.enable = true;
fsautocomplete.enable = true;
gopls.enable = true;
rnix-lsp.enable = true;
clangd.enable = true;
bashls.enable = true;
};
keymaps.lspBuf = {
"gd" = "definition";
Expand Down
2 changes: 1 addition & 1 deletion config/wilder.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
plugins.wilder-nvim = {
plugins.wilder = {
enable = true;
modes = [ ":" "/" "?" ];
};
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

0 comments on commit 5009088

Please sign in to comment.