add starter config files

This commit is contained in:
siduck 2024-03-09 21:33:44 +05:30
parent 45a1b2c9a8
commit aa13916e94
7 changed files with 133 additions and 0 deletions

9
lua/configs/conform.lua Normal file
View file

@ -0,0 +1,9 @@
local options = {
lsp_fallback = true,
formatters_by_ft = {
lua = { "stylua" },
},
}
require("conform").setup(options)