move CodeActionMenu to lsp section
This commit is contained in:
parent
f0b2401c51
commit
af32327977
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@ return require('packer').startup(function()
|
||||||
-- Packer can manage itself as an optional plugin
|
-- Packer can manage itself as an optional plugin
|
||||||
use {'wbthomason/packer.nvim', opt = true }
|
use {'wbthomason/packer.nvim', opt = true }
|
||||||
|
|
||||||
use { 'weilbith/nvim-code-action-menu', cmd = 'CodeActionMenu' }
|
|
||||||
|
|
||||||
-- Fuzzy finder
|
-- Fuzzy finder
|
||||||
use {
|
use {
|
||||||
'nvim-telescope/telescope.nvim',
|
'nvim-telescope/telescope.nvim',
|
||||||
|
@ -16,11 +14,11 @@ return require('packer').startup(function()
|
||||||
-- LSP and related
|
-- LSP and related
|
||||||
use { 'neovim/nvim-lspconfig' }
|
use { 'neovim/nvim-lspconfig' }
|
||||||
use { 'nvim-lua/completion-nvim' }
|
use { 'nvim-lua/completion-nvim' }
|
||||||
|
use { 'weilbith/nvim-code-action-menu', cmd = 'CodeActionMenu' }
|
||||||
|
|
||||||
-- Lua development
|
-- Lua development
|
||||||
use { 'tjdevries/nlua.nvim' }
|
use { 'tjdevries/nlua.nvim' }
|
||||||
|
|
||||||
|
|
||||||
-- Vim dispatch
|
-- Vim dispatch
|
||||||
use { 'tpope/vim-dispatch' }
|
use { 'tpope/vim-dispatch' }
|
||||||
|
|
||||||
|
|
Reference in a new issue