diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-10 17:12:47 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-10 17:12:47 +0100 |
commit | 2a1856c86ef75578de630d00fb75b80f3c5b4f3a (patch) | |
tree | c91227e0a1f93dc63c476af9a475583a5c5257a0 /common | |
parent | ae46999338e12981eca405cb616ec8f41b2526cf (diff) | |
download | nixos-config-reborn-2a1856c86ef75578de630d00fb75b80f3c5b4f3a.tar.gz nixos-config-reborn-2a1856c86ef75578de630d00fb75b80f3c5b4f3a.zip |
nixvim: don't use deprecated options
Diffstat (limited to 'common')
-rw-r--r-- | common/nixvim.nix | 8 |
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; |