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
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
||||||
|
bufferline.enable = true;
|
||||||
|
gitsigns.enable = true;
|
||||||
|
indent-blankline.enable = true;
|
||||||
|
|
||||||
# File explorer
|
# File explorer
|
||||||
nvim-tree = {
|
nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue