feat: add autoformat to options
-- Makes it clear how to disable autoformatting
This commit is contained in:
@@ -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]
|
||||
-- Open all folds by default
|
||||
vim.opt.foldlevel = 99 ---@type integer Options: <0-99>
|
||||
-- Autoformat
|
||||
vim.g.autoformat = true ---@type boolean Options: <true|false>
|
||||
|
||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ROOTIEST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
|
||||
Reference in New Issue
Block a user