mv nvconfig to lua/

This commit is contained in:
siduck
2024-03-04 11:56:40 +05:30
parent e307a4eacf
commit b17c4d9e86
4 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ autocmd("FileType", {
autocmd("BufWritePost", {
pattern = vim.tbl_map(function(path)
return vim.fs.normalize(vim.loop.fs_realpath(path))
end, vim.fn.glob(vim.fn.stdpath "config" .. "/lua/custom/**/*.lua", true, true, true)),
end, vim.fn.glob(vim.fn.stdpath "config" .. "/lua/**/*.lua", true, true, true)),
group = vim.api.nvim_create_augroup("ReloadNvChad", {}),
callback = function(opts)