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

View File

@@ -2,6 +2,7 @@ require('settings')
require('mappings')
require('netrw')
require('autocmds')
require('build')
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then