fix: neovide, nvim

This commit is contained in:
2024-05-24 12:32:41 +02:00
parent a43b7764d4
commit 1b330bddc1
3 changed files with 1 additions and 3 deletions

View File

@@ -420,7 +420,6 @@
];
extraPlugins = with pkgs.vimPlugins; [
vim-mergetool
rest-nvim
plenary-nvim
actions-preview-nvim
];

View File

@@ -1,5 +1,4 @@
require("cmp-npm").setup({})
require("rest-nvim").setup({})
require("actions-preview").setup({})
if vim.g.neovide then