forked from poz/niksos
update some nixvim settings to the correct place
This commit is contained in:
parent
2f14b6d5d2
commit
7b30e9df49
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue