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
|
-- funny lsp config stuff
|
||||||
|
require('lspconfig').rnix.setup({
|
||||||
|
on_attach = on_attach,
|
||||||
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
require("lspconfig").lua_ls.setup({
|
require("lspconfig").lua_ls.setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
|
|
|
@ -142,6 +142,9 @@
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
gcc
|
gcc
|
||||||
python3
|
python3
|
||||||
|
python310Packages.pip
|
||||||
|
rustup
|
||||||
|
cargo
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue