mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
Harpoon (branch harpoon2) has been added as a plugin. Set under navigation to allow for more naviation plugins to be added in the future (set telescope under navigation?). Basic options and keybinds are included.
23 lines
317 B
Nix
23 lines
317 B
Nix
{
|
|
imports = [
|
|
./binds
|
|
./ccc
|
|
./diffview
|
|
./fzf-lua
|
|
./gestures
|
|
./harpoon
|
|
./icon-picker
|
|
./images
|
|
./leetcode-nvim
|
|
./motion
|
|
./multicursors
|
|
./new-file-template
|
|
./outline
|
|
./preview
|
|
./surround
|
|
./telescope
|
|
./wakatime
|
|
./yanky-nvim
|
|
./yazi-nvim
|
|
];
|
|
}
|