diff options
Diffstat (limited to 'home/editors')
| -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; |
