summaryrefslogtreecommitdiff
path: root/home/editors
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-29 11:18:36 +0100
committeradikro <adikro@disroot.org>2025-11-29 11:18:36 +0100
commitc5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (patch)
tree57bc6fc1a2d935a48e9774a53c4ea8f6a41f4934 /home/editors
parent7ee48cb34c79dfd1676ac5490cc94f771357e72c (diff)
some stuff
Diffstat (limited to 'home/editors')
-rw-r--r--home/editors/nixvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix
index d11e9c0..6bfc119 100644
--- a/home/editors/nixvim.nix
+++ b/home/editors/nixvim.nix
@@ -12,7 +12,7 @@
colorschemes.gruvbox.enable = true;
plugins = {
- # lualine.enable = true;
+ lualine.enable = true;
nvim-autopairs.enable = true;
neoscroll.enable = true;
bufferline.enable = true;