New snippets, no ale
This commit is contained in:
6
init.lua
6
init.lua
@@ -102,4 +102,10 @@ wilder.setup({modes = {':', '/', '?'}, next_key= '<Tab>', previous_key= '<S-Tab>
|
||||
|
||||
require("code-completion")
|
||||
|
||||
-- neovide configuration
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "DroidSansMono Nerd Font:8"
|
||||
vim.g.neovide_scale_factor = 1.0
|
||||
end
|
||||
|
||||
vim.cmd('source ~/.config/nvim/viml/legacyconf.vim')
|
||||
|
||||
Reference in New Issue
Block a user