diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-21 15:59:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-21 16:00:04 +0900 |
| commit | 5b313cadf53dc1f3e173e6e0d422447c723ee047 (patch) | |
| tree | 87d3d01c6437cf2a1f5959f3526b327640530c73 /.config/nvim/lua/vimrc.lua | |
| parent | 83026f4c41a5fc3f712ba2e14eb9236ade1aeb9d (diff) | |
| download | dotfiles-5b313cadf53dc1f3e173e6e0d422447c723ee047.tar.gz dotfiles-5b313cadf53dc1f3e173e6e0d422447c723ee047.tar.zst dotfiles-5b313cadf53dc1f3e173e6e0d422447c723ee047.zip | |
neovim: migrate from indentLine to indent-blankline.nvim
Diffstat (limited to '.config/nvim/lua/vimrc.lua')
| -rw-r--r-- | .config/nvim/lua/vimrc.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/nvim/lua/vimrc.lua b/.config/nvim/lua/vimrc.lua index bdf1b38..3c64305 100644 --- a/.config/nvim/lua/vimrc.lua +++ b/.config/nvim/lua/vimrc.lua @@ -35,10 +35,6 @@ local function set_indentation(style, width) vim.bo.tabstop = width vim.bo.shiftwidth = width vim.bo.softtabstop = width - - if vim.fn.exists(':IndentLinesReset') == 2 then - vim.cmd('IndentLinesReset') - end end |
