1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use lua to configure lua plugins

This commit is contained in:
jdhao
2021-07-14 00:51:30 +08:00
parent 764bd0c2bb
commit 4689c4b22f
3 changed files with 4 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
vim.g.indent_blankline_char = ''
vim.g.indent_blankline_filetype_exclude = {'help', 'startify', 'git', 'markdown'}