Always make :Build/:BuildDir available

Don't attached this functionality to only c/cpp filetypes.
This commit is contained in:
2024-03-18 20:02:54 +00:00
parent 0c1328ead4
commit 831ac41440
3 changed files with 13 additions and 18 deletions

View File

@@ -1,4 +1,2 @@
vim.opt.commentstring = '//%s'
vim.opt.matchpairs:append('<:>')
require('build').create_commands()