add self funcs

This commit is contained in:
Lee Tang
2022-05-16 10:52:55 +08:00
parent 9376431a92
commit b69b7c23c6
3 changed files with 7 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ vim.g.copilot_no_maps = 1
vim.g.copilot_assume_mapped = 1
require('plugins')
require('funcs')
-- Neoformat
if not fn.executable('luafmt') then