diff options
| author | adikro <adikro@disroot.org> | 2025-11-26 21:35:23 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-26 21:35:23 +0100 |
| commit | 7ee48cb34c79dfd1676ac5490cc94f771357e72c (patch) | |
| tree | 26810637112aa0142801f0fea2194319ae437d16 /home/editors | |
| parent | 5a76a11d06b639d25d7288e8a740e79a131eb630 (diff) | |
alot
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 6bfc119..d11e9c0 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; |
