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:
parent
8e4da9d06d
commit
df2eaeb8d0
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue