Skip to content

Commit

Permalink
nushell lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Jan 11, 2024
1 parent 98ba3da commit f33f02e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 26 deletions.
2 changes: 0 additions & 2 deletions config/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
./lsp.nix
./lspsaga.nix
./luasnip.nix
# This is conflicting (scm files) with `tree-sitter-nu`
# ./nushell.nix
./nvim-cmp.nix
];
}
3 changes: 2 additions & 1 deletion config/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
servers = {
kotlin-language-server.enable = true;
lua-ls.enable = true;
nil_ls.enable = true;
marksman.enable = true;
nil_ls.enable = true;
nushell.enable = true;
pylsp.enable = true;
yamlls.enable = true;
};
Expand Down
8 changes: 0 additions & 8 deletions config/lsp/nushell.nix

This file was deleted.

30 changes: 15 additions & 15 deletions flake.lock

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

0 comments on commit f33f02e

Please sign in to comment.