Some fixes and add plugins

This commit is contained in:
2023-12-01 15:26:00 -05:00
parent 75dacaf7bc
commit beba0144da
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' })