update some nixvim settings to the correct place

This commit is contained in:
jacekpoz 2024-03-15 21:24:00 +01:00
parent 2f14b6d5d2
commit 7b30e9df49
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -75,7 +75,7 @@ in {
plugins = { plugins = {
airline = { airline = {
enable = true; enable = true;
theme = "catppuccin"; settings.theme = "catppuccin";
}; };
fugitive.enable = true; fugitive.enable = true;
treesitter = { treesitter = {
@ -99,10 +99,12 @@ in {
}; };
coq-nvim = { coq-nvim = {
enable = true; enable = true;
autoStart = "shut-up";
installArtifacts = true; installArtifacts = true;
recommendedKeymaps = true; settings = {
alwaysComplete = false; autoStart = "shut-up";
recommendedKeymaps = true;
alwaysComplete = false;
};
}; };
chadtree = { chadtree = {
enable = true; enable = true;