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