Add a few plugins to nvim

This commit is contained in:
Yan Lin 2025-09-10 15:16:57 +02:00
parent f713215da2
commit ae8f08699e

View file

@ -39,6 +39,11 @@
# Plugins
plugins = {
bufferline.enable = true;
gitsigns.enable = true;
indent-blankline.enable = true;
# File explorer
nvim-tree = {
enable = true;