Fix two typos in data/init.lua (#1272)
This commit is contained in:
parent
d4989d98bd
commit
8603644726
|
@ -533,13 +533,13 @@ local style = require "core.style"
|
||||||
|
|
||||||
-- enable or disable plugin loading setting config entries:
|
-- enable or disable plugin loading setting config entries:
|
||||||
|
|
||||||
-- enable plugins.trimwhitespace, otherwise it is disable by default:
|
-- enable plugins.trimwhitespace, otherwise it is disabled by default:
|
||||||
-- config.plugins.trimwhitespace = true
|
-- config.plugins.trimwhitespace = true
|
||||||
--
|
--
|
||||||
-- disable detectindent, otherwise it is enabled by default
|
-- disable detectindent, otherwise it is enabled by default
|
||||||
-- config.plugins.detectindent = false
|
-- config.plugins.detectindent = false
|
||||||
|
|
||||||
---------------------------- Miscellanous --------------------------------------
|
---------------------------- Miscellaneous -------------------------------------
|
||||||
|
|
||||||
-- modify list of files to ignore when indexing the project:
|
-- modify list of files to ignore when indexing the project:
|
||||||
-- config.ignore_files = {
|
-- config.ignore_files = {
|
||||||
|
|
Loading…
Reference in New Issue