Sidebar plugin, trying to add DAP stuff.

This commit is contained in:
Norm Rasmussen
2023-02-09 10:50:44 -05:00
parent ab5276dc3f
commit 65504a2f47
6 changed files with 110 additions and 59 deletions

View File

@ -27,6 +27,7 @@ g.markdown_folding = 1
opt.spell=true
opt.spelllang = 'en_us'
cmd [[ autocmd BufWritePre * :%s/\s\+$//e ]]
vim.api.nvim_set_hl(0, "ColorColumn", {guibg=lightmagenta})
-----------------------------------------------------------
-- Neovim UI
-----------------------------------------------------------