mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 13:07:45 +01:00
nvim: improved plugins
This commit is contained in:
parent
843dc84671
commit
f02fc4c538
@ -551,6 +551,16 @@ return require("lazy").setup({
|
||||
highlight = "GitGutterDelete"
|
||||
}
|
||||
},
|
||||
excluded_filetypes = {
|
||||
"cmp_docs",
|
||||
"cmp_menu",
|
||||
"noice",
|
||||
"prompt",
|
||||
"TelescopePrompt",
|
||||
"NvimTree",
|
||||
"Navbuddy",
|
||||
"FTerm",
|
||||
},
|
||||
})
|
||||
require("scrollbar.handlers.search").setup()
|
||||
require("scrollbar.handlers.gitsigns").setup()
|
||||
@ -582,6 +592,8 @@ return require("lazy").setup({
|
||||
dependencies = { 'kamykn/popup-menu.nvim' },
|
||||
config = function()
|
||||
vim.o.nospell = true
|
||||
vim.g.enable_spelunker_vim = 0
|
||||
vim.g.spelunker_disable_acronym_checking = 1
|
||||
end
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user