remove extra actions-preview config
This commit is contained in:
parent
7d6b3e53c4
commit
eccbfcbea2
1 changed files with 1 additions and 5 deletions
|
@ -52,11 +52,7 @@ require('packer').startup(function()
|
||||||
|
|
||||||
-- LSP and related
|
-- LSP and related
|
||||||
use { 'neovim/nvim-lspconfig' }
|
use { 'neovim/nvim-lspconfig' }
|
||||||
use { 'aznhe21/actions-preview.nvim',
|
use { 'aznhe21/actions-preview.nvim' }
|
||||||
config = function()
|
|
||||||
vim.keymap.set("n", "<space>ca", require("actions-preview").code_actions)
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
use { 'folke/trouble.nvim' } -- lsp diagnostics
|
use { 'folke/trouble.nvim' } -- lsp diagnostics
|
||||||
|
|
||||||
-- Plugins to extend builtin language support
|
-- Plugins to extend builtin language support
|
||||||
|
|
Reference in a new issue