add nix lsp
This commit is contained in:
parent
bb242e11c8
commit
3dcf46ffeb
2 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,12 @@ mason_null_ls.setup({
|
|||
})
|
||||
|
||||
-- funny lsp config stuff
|
||||
require('lspconfig').rnix.setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
||||
|
||||
require("lspconfig").lua_ls.setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
|
|
|
@ -142,6 +142,9 @@
|
|||
networkmanagerapplet
|
||||
gcc
|
||||
python3
|
||||
python310Packages.pip
|
||||
rustup
|
||||
cargo
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue