mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added plugin for better spelling
This commit is contained in:
@@ -553,6 +553,15 @@ return require("lazy").setup({
|
||||
'stevearc/oil.nvim',
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
},
|
||||
|
||||
-- improve spelling check for coding to feature camelcase, etc
|
||||
{
|
||||
'kamykn/spelunker.vim',
|
||||
dependencies = { 'kamykn/popup-menu.nvim' },
|
||||
config = function ()
|
||||
vim.o.nospell = true
|
||||
end
|
||||
}
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user