New snippets, no ale

This commit is contained in:
2023-08-04 15:24:33 +02:00
parent d30ab401f8
commit 8c8970548b
8 changed files with 140 additions and 17 deletions

View File

@@ -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')