From 1f6d5b57380a6c9086fe40963dbba9222ab7bff0 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 11 May 2023 14:46:08 +0200 Subject: vim: move vim-pandoc to development plugins --- common/vim.nix | 1 - usecases/desktop/development.nix | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/vim.nix b/common/vim.nix index f963c35..acbdc36 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -110,7 +110,6 @@ inputs: { # Languages vim-polyglot - vim-pandoc # Fixes "duplicated vim plugin" issue (refactoring-nvim.overrideAttrs (old: {dependencies = [];})) diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix index 8e89d1a..b122eaa 100644 --- a/usecases/desktop/development.nix +++ b/usecases/desktop/development.nix @@ -98,13 +98,14 @@ in { vim = { extraPlugins = with vimPlugins; [ + vim-pandoc + clangd_extensions-nvim lsp_signature-nvim neodev-nvim nvim-lspconfig + playground rust-tools-nvim - clangd_extensions-nvim vim-grammarous - playground ]; variables = { -- cgit v1.2.3