mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 00:10:30 -07:00
Add vim-sleuth
This commit is contained in:
parent
892a6f6ec0
commit
d848b9e332
3 changed files with 7 additions and 2 deletions
|
|
@ -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" }, {
|
||||
|
|
|
|||
4
lua/plugins/vim-sleuth.lua
Normal file
4
lua/plugins/vim-sleuth.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"tpope/vim-sleuth",
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue