mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-03 04:16:36 +00:00
Compare commits
No commits in common. "0c9b4d0d80bb0f9b0a99cd1717344e705f7ca6b2" and "b89ed914055ce246493eaf8cc33553ad25b9a64f" have entirely different histories.
0c9b4d0d80
...
b89ed91405
1 changed files with 1 additions and 7 deletions
|
|
@ -9,16 +9,10 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = [
|
||||
# dependencies
|
||||
"nui-nvim" # ui library
|
||||
"nvim-web-devicons" # glyphs
|
||||
];
|
||||
|
||||
lazy.plugins = {
|
||||
"hunk-nvim" = {
|
||||
package = "hunk-nvim";
|
||||
setupModule = "hunk";
|
||||
setupModule = "gitlinker";
|
||||
inherit (cfg) setupOpts;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue