summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugin_settings.lua
diff options
context:
space:
mode:
diffstat (limited to '.config/nvim/lua/plugin_settings.lua')
-rw-r--r--.config/nvim/lua/plugin_settings.lua17
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua
index 277e196..5b999fe 100644
--- a/.config/nvim/lua/plugin_settings.lua
+++ b/.config/nvim/lua/plugin_settings.lua
@@ -128,12 +128,6 @@ g.UltiSnipsEnableSnipMate = "1"
128g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"} 128g.UltiSnipsSnippetDirectories = {"my_snippets", "UltiSnips"}
129-- }}} UltiSnips -- 129-- }}} UltiSnips --
130 130
131-- beacon {{{ --
132g.beacon_size = 100
133g.beacon_shrink = 1
134cmd('highlight Beacon guibg=red ctermbg=15')
135-- }}} beacon --
136
137-- vimtex {{{ -- 131-- vimtex {{{ --
138g.vimtex_view_method = 'zathura' 132g.vimtex_view_method = 'zathura'
139g.vimtex_quickfix_mode = 0 133g.vimtex_quickfix_mode = 0
@@ -149,13 +143,6 @@ require('filetype').setup({
149}) 143})
150-- }}} filetype.nvim -- 144-- }}} filetype.nvim --
151 145
152-- tagbar {{{ --
153g.tagbar_autofocus = 1
154g.tagbar_compact = 1
155g.tagbar_sort = 0
156g.tagbar_width = 25
157-- }}} tagbar --
158
159-- ledger {{{ -- 146-- ledger {{{ --
160g.ledger_maxwidth = 80 147g.ledger_maxwidth = 80
161g.ledger_fillstring = ' -' 148g.ledger_fillstring = ' -'
@@ -365,10 +352,6 @@ nvim_lsp['efm'].setup{
365g.vista_icon_indent = {"╰ ", "│ "} 352g.vista_icon_indent = {"╰ ", "│ "}
366-- }}} vista -- 353-- }}} vista --
367 354
368-- float-preview.nvim {{{ --
369g["float_preview#docked"] = 0
370-- }}} float-preview.nvim --
371
372-- indent-blankline {{{ -- 355-- indent-blankline {{{ --
373vim.opt.list = true 356vim.opt.list = true
374 357