Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-07-29 10:32:10 +02:00
parent a393b84c92
commit c37f3fc5e4
16 changed files with 517 additions and 55 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
vim = {
diagnostics = {
enable = true;
@@ -25,6 +25,7 @@
context.enable = true;
highlight.enable = true;
textobjects.enable = true;
grammars = [pkgs.vimPlugins.nvim-treesitter.grammarPlugins.http];
};
lsp = {
enable = true;