feat: add autoformat to options

-- Makes it clear how to disable autoformatting
This commit is contained in:
2024-10-04 16:56:08 -04:00
parent 83a940713b
commit d38f3938ad
+2
View File
@@ -27,6 +27,8 @@ vim.g.loaded_ruby_provider = 0 ---@type integer Options: <0|1>
vim.g.lazyvim_python_lsp = "pyright" ---@type string Options: [python lsp] vim.g.lazyvim_python_lsp = "pyright" ---@type string Options: [python lsp]
-- Open all folds by default -- Open all folds by default
vim.opt.foldlevel = 99 ---@type integer Options: <0-99> vim.opt.foldlevel = 99 ---@type integer Options: <0-99>
-- Autoformat
vim.g.autoformat = true ---@type boolean Options: <true|false>
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROOTIEST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROOTIEST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━