fix: flatten nvim dir (remove submodule)

This commit is contained in:
luochen570
2026-05-24 10:08:07 +08:00
parent 2b8e08b9f3
commit a83624f0cc
14 changed files with 242 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
local options = {
formatters_by_ft = {
lua = { "stylua" },
-- css = { "prettier" },
-- html = { "prettier" },
},
-- format_on_save = {
-- -- These options will be passed to conform.format()
-- timeout_ms = 500,
-- lsp_fallback = true,
-- },
}
return options