From dfeced80d791327fdeb1efa2d9810466dc771cab Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 24 Aug 2022 10:00:22 +0200 Subject: vim: add neovide, open folds by default, enable TS navigation --- common/vim.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/vim.nix b/common/vim.nix index 8245f99..3452bf8 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -185,6 +185,7 @@ in environment.systemPackages = with pkgs.unstable; [ myNeovim + neovide deadnix statix @@ -195,6 +196,7 @@ in environment.sessionVariables = { EDITOR = "nvim"; MANPAGER = "nvim +Man!"; + NEOVIDE_MULTIGRID = "1"; }; home-manager.users.minijackson = { ... }: -- cgit v1.2.3