Fix template folding

This commit is contained in:
2019-04-26 00:48:31 -04:00
parent ab6887fe03
commit 762994e648
12 changed files with 1107 additions and 910 deletions

View File

@@ -1,3 +1,3 @@
function find-vim-filetype
fd $argv[1] /usr/share/nvim/runtime/ftplugin
fd $argv[1] /usr/share/nvim/runtime/ftplugin /usr/share/nvim/runtime/syntax
end