mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
|
|
@ -1,5 +1,4 @@
|
|||
vim.opt.runtimepath:append(os.getenv('PLENARY'))
|
||||
vim.opt.runtimepath:append('.')
|
||||
vim.o.rtp = vim.o.rtp .. ',.,' .. os.getenv('PLENARY')
|
||||
vim.cmd.runtime({ 'plugin/plenary.vim', bang = true })
|
||||
vim.cmd.runtime({ 'plugin/query_predicates.lua', bang = true })
|
||||
vim.cmd.runtime({ 'plugin/filetypes.lua', bang = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue