use kickstart autoformat

This commit is contained in:
Micah Effiong 2023-06-07 12:29:53 +01:00
parent bbafca22e4
commit 85d09900f6
1 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,7 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
require('kickstart.plugins.autoformat'),
-- require('kickstart.plugins.debug')
}