diff options
| author | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-29 11:18:36 +0100 |
| commit | c5ec6f14ed7b949c30d1cdf0fb7b1da518038bb7 (patch) | |
| tree | 57bc6fc1a2d935a48e9774a53c4ea8f6a41f4934 /home/editors/nixvim.nix | |
| parent | 7ee48cb34c79dfd1676ac5490cc94f771357e72c (diff) | |
some stuff
Diffstat (limited to 'home/editors/nixvim.nix')
| -rw-r--r-- | home/editors/nixvim.nix | 2 |
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; |
