diff options
Diffstat (limited to 'homes/floppydisk/neovim-flake.nix')
-rw-r--r-- | homes/floppydisk/neovim-flake.nix | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/homes/floppydisk/neovim-flake.nix b/homes/floppydisk/neovim-flake.nix index 943fd90..f4246d0 100644 --- a/homes/floppydisk/neovim-flake.nix +++ b/homes/floppydisk/neovim-flake.nix @@ -63,7 +63,7 @@ enable = true; fillChar = null; eolChar = null; - showCurrContext = true; + scope.enabled = true; }; cursorline = { enable = true; @@ -235,18 +235,18 @@ comment-nvim.enable = true; }; - vim.presence = { - presence-nvim = { - enable = true; - auto_update = true; - image_text = "The Superior Text Editor"; - client_id = "793271441293967371"; - main_image = "neovim"; - rich_presence = { - editing_text = "Editing %s"; - }; - }; - }; + #vim.presence = { + # presence-nvim = { + # enable = true; + # auto_update = true; + # image_text = "The Superior Text Editor"; + # client_id = "793271441293967371"; + # main_image = "neovim"; + # rich_presence = { + # editing_text = "Editing %s"; + # }; + # }; + #}; }; }; } |