Nvim config update

Former-commit-id: b801f55276
This commit is contained in:
Hadi
2025-03-01 02:58:48 +01:00
parent e0e933132b
commit 62bc08a436
11 changed files with 42 additions and 490 deletions

View File

@@ -5,22 +5,12 @@
enable = true;
servers = {
bashls.enable = true;
clangd.enable = true;
gopls.enable = true;
eslint.enable = true;
ts_ls.enable = true;
nixd = {
enable = true;
extraOptions = {
expr = "import <nixpkgs> {}";
# fix- encoding: https://github.com/nix-community/nixvim/issues/2390
offset_encoding = "utf-8";
};
};
nixd.enable = true;
tailwindcss.enable = true;
html.enable = true;
svelte.enable = true;
marksman.enable = true;
};
keymaps.lspBuf = {
"gd" = "definition";