Some fixes and add plugins

This commit is contained in:
Tyler Hallada
2022-10-24 12:04:40 -04:00
parent b74d6254bc
commit c154afd495
8 changed files with 40 additions and 3 deletions

View File

@@ -76,3 +76,5 @@ vim.cmd([[set formatoptions+=wantrqlc]])
vim.g.neovide_scroll_animation_length = 0.3 -- default: 0.3
vim.g.neovide_cursor_animation_length = 0.06
vim.g.neovide_cursor_trail_size = 0.2 -- default: 0.8
vim.api.nvim_set_hl(0, 'OctoEditable', { bg = '#313131' })