diff options
author | Chris <[email protected]> | 2021-03-22 22:09:34 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-22 22:09:34 -0400 |
commit | 7c2e2f35ae9e7cc824f5b2756d799aa1a78fc1bd (patch) | |
tree | 78c637a2e2a3f0d22416d3de71eca1000fdfd706 | |
parent | 544b67d80a8ec783dd30e396ea9f7a7d08415c0a (diff) |
remove illuminate
-rw-r--r-- | init.lua | 1 | ||||
-rw-r--r-- | lua/nv-illuminate/init.lua | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -16,7 +16,6 @@ require('nv-emmet') require('nv-quickscope') require('nv-gitsigns') require('nv-nvim-autopairs') -require('nv-illuminate') require('nv-neogit') require('nv-comment') require('nv-rnvimr') diff --git a/lua/nv-illuminate/init.lua b/lua/nv-illuminate/init.lua deleted file mode 100644 index acb83fc0..00000000 --- a/lua/nv-illuminate/init.lua +++ /dev/null @@ -1,2 +0,0 @@ -vim.g.Illuminate_ftblacklist = {'NvimTree'} - |