added some more vim plugins

mainly hardtime.nvim and neo-tree
cant get neo-tree to open on startup by default but it works if you run
`nvim .` instead of `nvim` as it hijacks the default file browser
This commit is contained in:
Gabriella Bere 2025-06-08 15:31:15 +01:00
parent 8e4da9d06d
commit df2eaeb8d0

View file

@ -9,8 +9,11 @@
name = "base16";
};
statusline.lualine.enable = true;
telescope.enable = true;
statusline.lualine.enable = true; # statusline
telescope.enable = true; # fuzzy finder
filetree.neo-tree.enable = true; # filetree
binds.cheatsheet.enable = true; # telescope-searchable cheatsheet
binds.hardtime-nvim.enable = true; # stops you using arrow keys for navigation and recommends vim motions
viAlias = true;
vimAlias = true;