working version after update
This commit is contained in:
parent
a963cb7284
commit
00ed47465d
17 changed files with 288 additions and 158 deletions
7
lua/plugins/sleuth.lua
Normal file
7
lua/plugins/sleuth.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'tpope/vim-sleuth',
|
||||
config = function()
|
||||
-- Your configuration for vim-sleuth goes here
|
||||
end,
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue