mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-01 03:22:39 +00:00
Compare commits
4 commits
b89ed91405
...
0c9b4d0d80
| Author | SHA1 | Date | |
|---|---|---|---|
|
0c9b4d0d80 |
|||
|
ec37a8be0e |
|||
|
7c1f5db3a5 |
|||
|
79d5661547 |
1 changed files with 7 additions and 1 deletions
|
|
@ -9,10 +9,16 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = [
|
||||
# dependencies
|
||||
"nui-nvim" # ui library
|
||||
"nvim-web-devicons" # glyphs
|
||||
];
|
||||
|
||||
lazy.plugins = {
|
||||
"hunk-nvim" = {
|
||||
package = "hunk-nvim";
|
||||
setupModule = "gitlinker";
|
||||
setupModule = "hunk";
|
||||
inherit (cfg) setupOpts;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue