Skip to content

Commit

Permalink
fix: disable illuminate
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi committed May 17, 2024
1 parent 38a2214 commit bda4ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/rafi/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ return {
)
local cmp = require('cmp')
local defaults = require('cmp.config.default')()
local Util = require('rafi.util')

return {
-- configure any filetype to auto add brackets
Expand Down
1 change: 1 addition & 0 deletions lua/rafi/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ return {
{
'RRethy/vim-illuminate',
event = { 'BufReadPost', 'BufNewFile' },
enabled = false,
opts = {
delay = 200,
under_cursor = false,
Expand Down

0 comments on commit bda4ec6

Please sign in to comment.