feat: more neovim
This commit is contained in:
parent
c01bc77f3b
commit
c9872229a9
@ -22,11 +22,18 @@
|
|||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
|
gleam.enable = true;
|
||||||
ts-ls.enable = true; # TS/JS
|
ts-ls.enable = true; # TS/JS
|
||||||
biome.enable = true; # TS/JS
|
biome.enable = true; # TS/JS
|
||||||
|
|
||||||
pyright.enable = true; # Python
|
pyright.enable = true; # Python
|
||||||
ruff.enable = true; # python
|
ruff.enable = true; # python
|
||||||
|
|
||||||
|
nil-ls.enable = true; # nix
|
||||||
|
|
||||||
|
cssls.enable = true;
|
||||||
|
jsonls.enable = true;
|
||||||
|
html.enable = true;
|
||||||
};
|
};
|
||||||
keymaps.lspBuf = {
|
keymaps.lspBuf = {
|
||||||
gd = { action = "definition"; desc = "Goto Definition"; };
|
gd = { action = "definition"; desc = "Goto Definition"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user