nixvim: enable yamlls; home/chunk: remove attic-server
This commit is contained in:
parent
55267c5154
commit
8c921fc1ab
2 changed files with 1 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -14,8 +14,4 @@
|
|||
programs.home-manager.enable = true;
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
attic-server
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue