This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-17 10:34:42 +01:00
parent 61072b816a
commit 7887b06f7b
14 changed files with 95 additions and 470 deletions

View file

@ -20,6 +20,7 @@ vim.g.neovide_refresh_rate_idle = 5
vim.g.neovide_hide_mouse_when_typing = true
vim.g.mkdp_browser = "/usr/bin/firefox"
vim.g.mkdp_auto_start = 1
vim.g.autoformat = false
for k, v in pairs(options) do
vim.opt[k] = v
end