nixvim: enable yamlls; home/chunk: remove attic-server

This commit is contained in:
cy 2025-03-20 19:46:04 -04:00
parent 55267c5154
commit 8c921fc1ab
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 1 additions and 11 deletions

View file

@ -167,6 +167,7 @@
installCargo = false;
};
eslint.enable = true;
yamlls.enable = true;
};
};
plugins.treesitter = {
@ -198,13 +199,6 @@
settings.current_line_blame = true;
};
plugins.copilot-chat = {
enable = true;
settings = {
model = "claude-3.5-sonnet";
};
};
plugins.cmp-buffer.enable = true;
plugins.cmp-emoji.enable = true;
plugins.cmp-nvim-lsp.enable = true;

View file

@ -14,8 +14,4 @@
programs.home-manager.enable = true;
systemd.user.startServices = "sd-switch";
home.packages = with pkgs; [
attic-server
];
}