restoring files
This commit is contained in:
parent
982b18195e
commit
c2b5078e3e
6 changed files with 143 additions and 47 deletions
5
lua/custom/plugins/guess_indent.lua
Normal file
5
lua/custom/plugins/guess_indent.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- using packer.nvim
|
||||
return {
|
||||
'nmac427/guess-indent.nvim',
|
||||
config = function() require('guess-indent').setup {} end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue