New Snippets for all filetypes

This commit is contained in:
2023-07-31 18:09:26 +02:00
parent a323c503b5
commit 092db34f94
6 changed files with 28 additions and 26 deletions

View File

@@ -97,6 +97,9 @@ require("mason-lspconfig").setup_handlers {
end
}
local wilder = require('wilder')
wilder.setup({modes = {':', '/', '?'}, next_key= '<Tab>', previous_key= '<S-Tab>', accept_key= '<c-k>', reject_key= '<Up>'})
require("code-completion")
vim.cmd('source ~/.config/nvim/viml/legacyconf.vim')