restoring files

This commit is contained in:
Andres 2023-04-21 18:43:37 +02:00
parent 982b18195e
commit c2b5078e3e
6 changed files with 143 additions and 47 deletions

View file

@ -0,0 +1,5 @@
-- using packer.nvim
return {
'nmac427/guess-indent.nvim',
config = function() require('guess-indent').setup {} end,
}