Add a few plugins to nvim
This commit is contained in:
parent
f713215da2
commit
ae8f08699e
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@
|
|||
|
||||
# Plugins
|
||||
plugins = {
|
||||
|
||||
bufferline.enable = true;
|
||||
gitsigns.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
|
||||
# File explorer
|
||||
nvim-tree = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue