mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: enable neogit
This commit is contained in:
parent
10253909c9
commit
b00ce44c64
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,10 @@
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
vim-bbye.enable = true;
|
vim-bbye.enable = true;
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
which-key.enable = true;
|
which-key = {
|
||||||
|
enable = true;
|
||||||
|
settings.delay = 1000;
|
||||||
|
};
|
||||||
nvim-autopairs.enable = true;
|
nvim-autopairs.enable = true;
|
||||||
yanky = {
|
yanky = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -47,6 +50,7 @@
|
||||||
# git stuff
|
# git stuff
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
|
neogit.enable = true;
|
||||||
# Language specific tools
|
# Language specific tools
|
||||||
markdown-preview.enable = true;
|
markdown-preview.enable = true;
|
||||||
ts-autotag.enable = true;
|
ts-autotag.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue