Compare commits
No commits in common. "d8db477283984a7cd24f86ac997b16cf7a21b258" and "0bab8ffec3bf2614c4e5a7538da89ddbb2f5b7b0" have entirely different histories.
d8db477283
...
0bab8ffec3
1 changed files with 5 additions and 21 deletions
26
home.nix
26
home.nix
|
@ -287,10 +287,6 @@
|
||||||
key = "\\";
|
key = "\\";
|
||||||
action = "<cmd>Neotree toggle<cr>";
|
action = "<cmd>Neotree toggle<cr>";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
key = "<leader>?";
|
|
||||||
action = "<cmd>WhichKey<cr>";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
conceallevel = 1;
|
conceallevel = 1;
|
||||||
|
@ -305,18 +301,10 @@
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
cmp = {
|
cmp-cmdline.enable = true;
|
||||||
enable = true;
|
cmp-fish.enable = true;
|
||||||
autoEnableSources = true;
|
cmp-nvim-lsp.enable = true;
|
||||||
settings.sources = [
|
|
||||||
{ name = "cmdline"; }
|
|
||||||
{ name = "emoji"; }
|
|
||||||
{ name = "fish"; }
|
|
||||||
{ name = "nvim-lsp"; }
|
|
||||||
];
|
|
||||||
};
|
|
||||||
lualine.enable = true;
|
lualine.enable = true;
|
||||||
fidget.enable = true;
|
|
||||||
fugitive.enable = true;
|
fugitive.enable = true;
|
||||||
gitblame.enable = true;
|
gitblame.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
|
@ -330,7 +318,6 @@
|
||||||
yamlls.enable = true;
|
yamlls.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
neogit.enable = true;
|
|
||||||
neo-tree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitStatus = true;
|
enableGitStatus = true;
|
||||||
|
@ -339,8 +326,8 @@
|
||||||
closeIfLastWindow = true;
|
closeIfLastWindow = true;
|
||||||
};
|
};
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
noice.enable = false;
|
noice.enable = true;
|
||||||
notify.enable = false;
|
notify.enable = true;
|
||||||
nvim-autopairs.enable = true;
|
nvim-autopairs.enable = true;
|
||||||
nvim-colorizer.enable = true;
|
nvim-colorizer.enable = true;
|
||||||
obsidian = {
|
obsidian = {
|
||||||
|
@ -357,9 +344,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
oil.enable = true;
|
oil.enable = true;
|
||||||
render-markdown.enable = true;
|
|
||||||
vim-surround.enable = true;
|
vim-surround.enable = true;
|
||||||
which-key.enable = true;
|
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = {
|
extensions = {
|
||||||
|
@ -375,7 +360,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
zen-mode.enable = true;
|
|
||||||
};
|
};
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue