summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r--common/nixvim.nix8
1 files changed, 1 insertions, 7 deletions
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
518 }; 518 };
519 }; 519 };
520 520
521 # TODO: neovim 0.10: replace
522 nvim-osc52 = {
523 enable = true;
524 keymaps.enable = true;
525 };
526
527 oil.enable = true; 521 oil.enable = true;
528 522
529 # TODO: maybe 523 # TODO: maybe
@@ -630,7 +624,7 @@ in
630 624
631 vim-matchup = { 625 vim-matchup = {
632 enable = true; 626 enable = true;
633 treesitterIntegration.enable = true; 627 treesitter.enable = true;
634 }; 628 };
635 629
636 web-devicons.enable = true; 630 web-devicons.enable = true;