1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add Neovide

This commit is contained in:
Mo 2022-05-01 20:39:26 +02:00
parent 2181c92b09
commit 4612600850

View file

@ -51,5 +51,8 @@ vim.api.nvim_create_autocmd("TextYankPost", {
callback = custom_highlight_on_yank,
})
-- Noevide
vim.g.neovide_refresh_rate = 120
-- Disable diagnostics
vim.diagnostic.disable()