This commit is contained in:
Hadi 2024-03-20 20:04:09 +01:00
parent bb47c6a943
commit 95562dce0e

View File

@ -11,6 +11,7 @@
tailwindcss.enable = true; tailwindcss.enable = true;
html.enable = true; html.enable = true;
svelte.enable = true; svelte.enable = true;
pylsp.enable = true;
}; };
keymaps.lspBuf = { keymaps.lspBuf = {
"gd" = "definition"; "gd" = "definition";