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 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
@@ -53,7 +55,7 @@ vim.g.auto_save = true ---@type boolean Options: <true|false>
|
||||
-- Animate blinky cursor
|
||||
vim.g.blinky = true ---@type boolean Options: <true|false>
|
||||
-- Use experimental cmp performance fork
|
||||
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
|
||||
vim.g.cmp_performance_enabled = true ---@type boolean Options: <true|false>
|
||||
-- Use dev mode for rootiest plugins
|
||||
vim.g.rootiest_dev = false ---@type boolean Options: <true|false>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user