diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-03-13 20:30:32 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-03-13 23:16:02 +0100 |
commit | ba830bd0b111d6ef604c40fb471326023c770c5a (patch) | |
tree | dcd18caefd3738792f2524d3deacce959c6d36c3 /.config/nvim/lua/post.lua | |
parent | 73b1ce731e397bd667b6b1de3396555478f781ea (diff) |
nvim: cleaner indent-blankline config
Diffstat (limited to '.config/nvim/lua/post.lua')
-rw-r--r-- | .config/nvim/lua/post.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/post.lua b/.config/nvim/lua/post.lua index b984880..d183424 100644 --- a/.config/nvim/lua/post.lua +++ b/.config/nvim/lua/post.lua @@ -1,3 +1,2 @@ -- vim.diagnostic.config({virtual_text = false}) vim.opt.shadafile = "" -vim.cmd('highlight IndentBlanklineChar guifg=#3b414c gui=nocombine') |