Skip to content

Commit

Permalink
lsp: init fsautocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 21, 2023
1 parent cc84ef5 commit 54bfee0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 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
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 54bfee0

Please sign in to comment.