feat: add overrides for more plugins | disable some by default
This commit is contained in:
@@ -61,7 +61,7 @@ M.plugins = {
|
||||
autosave = false, -- to autosave files
|
||||
blankline = true, -- show code scope with symbols
|
||||
bufferline = true, -- list open buffers up the top, easy switching too
|
||||
colorizer = true, -- color RGB, HEX, CSS, NAME color codes
|
||||
colorizer = false, -- color RGB, HEX, CSS, NAME color codes
|
||||
comment = true, -- easily (un)comment code, language aware
|
||||
dashboard = false, -- NeoVim 'home screen' on open
|
||||
esc_insertmode = true, -- map to <ESC> with no lag
|
||||
@@ -69,11 +69,11 @@ M.plugins = {
|
||||
gitsigns = true, -- gitsigns in statusline
|
||||
lspsignature = true, -- lsp enhancements
|
||||
neoformat = true, -- universal code formatter
|
||||
neoscroll = true, -- smooth scroll
|
||||
neoscroll = false, -- smooth scroll
|
||||
telescope_media = false, -- media previews within telescope finders
|
||||
truezen = false, -- distraction free & minimalist UI mode
|
||||
vim_fugitive = false, -- git integration & tooling
|
||||
vim_matchup = true, -- % operator enhancements
|
||||
vim_matchup = false, -- % operator enhancements
|
||||
},
|
||||
options = {
|
||||
lspconfig = {
|
||||
|
||||
Reference in New Issue
Block a user