mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 08:20:50 -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" }, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue