Add vim-sleuth

This commit is contained in:
Gabe Farrell 2024-04-10 17:18:50 -04:00
parent 892a6f6ec0
commit d848b9e332
3 changed files with 7 additions and 2 deletions

View file

@ -4,8 +4,8 @@ require "nvchad.options"
vim.opt.mouse = ""
-- tabsize
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
-- vim.opt.shiftwidth = 4
-- vim.opt.tabstop = 4
-- optimization for WSL
vim.api.nvim_create_autocmd({ "BufReadPost", "BufNewFile" }, {

View file

@ -0,0 +1,4 @@
return {
"tpope/vim-sleuth",
opts = {},
}