Implement :BuildDir and :Build commands in Lua

Ported over from and improved for best integration with Neovim ecosystem
https://code.infektor.net/config/vim/src/branch/master/autoload/build.vim
This commit is contained in:
2024-03-08 18:46:58 +00:00
parent 573c548245
commit 0656de97fa
5 changed files with 172 additions and 0 deletions

1
after/ftplugin/c.lua Normal file
View File

@@ -0,0 +1 @@
require('build').create_commands()

View File

@@ -1 +1,3 @@
vim.bo.commentstring = '//%s'
require('build').create_commands()