Merge pull request #11 from ppwwyyxx/patch-1
Enable for both lua and vim
This commit is contained in:
commit
f12408bdb5
|
@ -9,7 +9,7 @@ source.new = function()
|
|||
end
|
||||
|
||||
source.is_available = function()
|
||||
return vim.bo.filetype == 'lua'
|
||||
return vim.bo.filetype == 'lua' or vim.bo.filetype == 'vim'
|
||||
end
|
||||
|
||||
source.get_keyword_pattern = function()
|
||||
|
|
Loading…
Reference in New Issue