diff --git a/common/neovim/lua/plugins.lua b/common/neovim/lua/plugins.lua index 48d4414..70ab795 100644 --- a/common/neovim/lua/plugins.lua +++ b/common/neovim/lua/plugins.lua @@ -31,6 +31,7 @@ local setup = function() {'lewis6991/gitsigns.nvim', requires = {'nvim-lua/plenary.nvim'}}, 'neovim/nvim-lspconfig', 'hrsh7th/nvim-compe', + 'jjo/vim-cue', 'sheerun/vim-polyglot', {'neoclide/coc.nvim', branch = 'release'}, }