feat(home): add uv.nvim plugin to nvf vim config
This commit is contained in:
parent
ce825fdc6c
commit
e0202a9f87
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ in
|
|||
persistDirs = singleton ".local/share/nvf";
|
||||
programs.nvf.enable = true;
|
||||
programs.nvf.settings.vim = {
|
||||
lazy.plugins = {
|
||||
"uv.nvim" = {
|
||||
# TODO: upstream this
|
||||
package = pkgs.vimPlugins.uv-nvim;
|
||||
setupModule = "uv";
|
||||
setupOpts.picker_integration = true;
|
||||
event = [ "BufEnter" ];
|
||||
after = "print('uv.nvim loaded')";
|
||||
};
|
||||
};
|
||||
hideSearchHighlight = true;
|
||||
syntaxHighlighting = true;
|
||||
telescope.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue