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
plugins = { plugins = {
bufferline.enable = true;
gitsigns.enable = true;
indent-blankline.enable = true;
# File explorer # File explorer
nvim-tree = { nvim-tree = {
enable = true; enable = true;