mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
refactor(lua): replace vim.opt with vim.o
This commit is contained in:
parent
568ede7e79
commit
e104fc6bf1
7 changed files with 7 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ for i = 1, #_G.arg do
|
|||
end
|
||||
end
|
||||
|
||||
vim.opt.runtimepath:append('.')
|
||||
vim.o.rtp = vim.o.rtp .. ',.'
|
||||
local util = require('nvim-treesitter.util')
|
||||
local parsers = require('nvim-treesitter.parsers')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue