From 2a1856c86ef75578de630d00fb75b80f3c5b4f3a Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 10 Jan 2025 17:12:47 +0100 Subject: nixvim: don't use deprecated options --- common/nixvim.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'common') diff --git a/common/nixvim.nix b/common/nixvim.nix index 29e4a1e..f5d849c 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -518,12 +518,6 @@ in }; }; - # TODO: neovim 0.10: replace - nvim-osc52 = { - enable = true; - keymaps.enable = true; - }; - oil.enable = true; # TODO: maybe @@ -630,7 +624,7 @@ in vim-matchup = { enable = true; - treesitterIntegration.enable = true; + treesitter.enable = true; }; web-devicons.enable = true; -- cgit v1.2.3