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 = {
|
||||
airline = {
|
||||
enable = true;
|
||||
theme = "catppuccin";
|
||||
settings.theme = "catppuccin";
|
||||
};
|
||||
fugitive.enable = true;
|
||||
treesitter = {
|
||||
|
@ -99,11 +99,13 @@ in {
|
|||
};
|
||||
coq-nvim = {
|
||||
enable = true;
|
||||
autoStart = "shut-up";
|
||||
installArtifacts = true;
|
||||
settings = {
|
||||
autoStart = "shut-up";
|
||||
recommendedKeymaps = true;
|
||||
alwaysComplete = false;
|
||||
};
|
||||
};
|
||||
chadtree = {
|
||||
enable = true;
|
||||
keymap.openFileFolder.tertiary = ["<leader>t" "<middlemouse>"];
|
||||
|
|
Loading…
Reference in a new issue