Format workspace with CodeFormat

This commit is contained in:
2023-09-02 17:29:59 +02:00
parent 214ffd053d
commit ae3bc212a9
63 changed files with 1205 additions and 1061 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
]]
-- more options at https://www.jetbrains.com/lp/mono/
vim.g.indentLine_char = ''
vim.g.indentLine_char = ""
-- Disable conceal for some syntax plugins
vim.g.vim_json_conceal = 0
vim.g.markdown_syntax_conceal = 0
vim.g.indentLine_fileTypeExclude = { 'NvimTree' }
vim.g.indentLine_fileTypeExclude = { "NvimTree", }