diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index 8168874..dfcf2be 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -36,7 +36,7 @@ return require('packer').startup(function() use {'hrsh7th/cmp-buffer', after = 'nvim-cmp'} use {'hrsh7th/cmp-path', after = 'nvim-cmp'} use {'hrsh7th/cmp-nvim-lsp', after = 'nvim-cmp'} - use {'f3fora/cmp-spell', after = 'nvim-cmp'} + -- use {'f3fora/cmp-spell', after = 'nvim-cmp'} use 'nvim-lua/popup.nvim'