feat(nvim): Added neogit and gitsigns
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
programs.kitty = {
|
||||
enable = device.hasGui;
|
||||
font = {
|
||||
# name = "Hasklug Nerd Font Mono";
|
||||
name = "Monaspace Krypton Var Light";
|
||||
name = "Hasklug Nerd Font Mono";
|
||||
# name = "Monaspace Krypton Var Light";
|
||||
size = 13;
|
||||
};
|
||||
settings = {
|
||||
|
||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1239,7 +1239,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-ersvPhXlxW/reEF16X+fjqp8StsjdUQLDpjtAxCH0HU=",
|
||||
"narHash": "sha256-ymuHJlscWwOnxtc8n6HYQtduRnVcDzEtPD3h79MfDh8=",
|
||||
"path": "./neovim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -26,13 +26,19 @@ in rec {
|
||||
config = {
|
||||
plugins = {
|
||||
fugitive.enable = true;
|
||||
oil.enable = true;
|
||||
gitsigns.enable = true;
|
||||
neogit.enable = true;
|
||||
surround.enable = true;
|
||||
todo-comments.enable = true;
|
||||
trouble.enable = true;
|
||||
ts-context-commentstring.enable = true;
|
||||
which-key.enable = true;
|
||||
|
||||
oil = {
|
||||
enable = true;
|
||||
settings.skip_confirm_for_simple_edits = true;
|
||||
};
|
||||
|
||||
navic = {
|
||||
enable = true;
|
||||
lsp.autoAttach = true;
|
||||
|
||||
Reference in New Issue
Block a user