remove unused var

This commit is contained in:
Lucario387 2023-03-18 12:41:29 +09:00 committed by Sidhanth Rathod
parent 3563b5af83
commit 3353abb499
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ autocmd("FileType", {
}) })
-- reload some chadrc options on-save -- reload some chadrc options on-save
local sep = is_windows and "\\" or "/"
vim.api.nvim_create_autocmd("BufWritePost", { vim.api.nvim_create_autocmd("BufWritePost", {
pattern = vim.tbl_map(vim.fs.normalize, vim.fn.glob( pattern = vim.tbl_map(vim.fs.normalize, vim.fn.glob(
vim.fn.stdpath("config") .. "/lua/custom/**/*.lua", vim.fn.stdpath("config") .. "/lua/custom/**/*.lua",