seperate neovide config

This commit is contained in:
2024-03-22 10:53:34 +05:30
parent be44073ccb
commit a37c7a2631
6 changed files with 42 additions and 22 deletions

View File

@ -47,3 +47,6 @@ vim.api.nvim_create_autocmd("TextYankPost", {
vim.highlight.on_yank()
end,
})
-- load neovide
require("neovide")