feat: more neovim

This commit is contained in:
Yadunand Prem 2024-10-14 14:09:35 -04:00
parent c01bc77f3b
commit c9872229a9
No known key found for this signature in database

View File

@ -22,11 +22,18 @@
lsp = {
enable = true;
servers = {
gleam.enable = true;
ts-ls.enable = true; # TS/JS
biome.enable = true; # TS/JS
pyright.enable = true; # Python
ruff.enable = true; # python
nil-ls.enable = true; # nix
cssls.enable = true;
jsonls.enable = true;
html.enable = true;
};
keymaps.lspBuf = {
gd = { action = "definition"; desc = "Goto Definition"; };