Update neovim

This commit is contained in:
Kristofers Solo
2022-08-27 21:53:40 +03:00
parent 374863da12
commit b0d56edd56
11 changed files with 138 additions and 80 deletions

View File

@@ -47,10 +47,9 @@ for k, v in pairs(options) do
vim.opt[k] = v
end
g.dracula_transparent_bg = true
g.dracula_italic_comment = true
g.dracula_show_end_of_buffer = true
vim.opt_local.suffixesadd:prepend(".lua")
vim.opt_local.suffixesadd:prepend("init.lua")
vim.opt_local.path:prepend(vim.fn.stdpath("config") .. "/lua")
g.user_emmet_mode = "n"
g.user_emmet_leader_key = ","