mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-14 09:45:58 -07:00
Add vim-sleuth
This commit is contained in:
parent
892a6f6ec0
commit
d848b9e332
3 changed files with 7 additions and 2 deletions
|
|
@ -28,5 +28,6 @@
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "a7e39ae9e74f2c8c6dc4eea6d40c3971ae84752d" },
|
"todo-comments.nvim": { "branch": "main", "commit": "a7e39ae9e74f2c8c6dc4eea6d40c3971ae84752d" },
|
||||||
"trouble.nvim": { "branch": "dev", "commit": "10eff94809ecd6ee6cc59f42e9521b9b8a14e9ce" },
|
"trouble.nvim": { "branch": "dev", "commit": "10eff94809ecd6ee6cc59f42e9521b9b8a14e9ce" },
|
||||||
"ui": { "branch": "v2.5", "commit": "e1af69426b3c4b55c88bd1c81790c1c73b30bfa8" },
|
"ui": { "branch": "v2.5", "commit": "e1af69426b3c4b55c88bd1c81790c1c73b30bfa8" },
|
||||||
|
"vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
|
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
|
||||||
}
|
}
|
||||||
|
|
@ -4,8 +4,8 @@ require "nvchad.options"
|
||||||
vim.opt.mouse = ""
|
vim.opt.mouse = ""
|
||||||
|
|
||||||
-- tabsize
|
-- tabsize
|
||||||
vim.opt.shiftwidth = 4
|
-- vim.opt.shiftwidth = 4
|
||||||
vim.opt.tabstop = 4
|
-- vim.opt.tabstop = 4
|
||||||
|
|
||||||
-- optimization for WSL
|
-- optimization for WSL
|
||||||
vim.api.nvim_create_autocmd({ "BufReadPost", "BufNewFile" }, {
|
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