mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
refactor(lua): replace vim.opt with vim.o
This commit is contained in:
parent
568ede7e79
commit
0ac55b85c6
7 changed files with 7 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env -S nvim -l
|
||||
vim.opt.runtimepath:append('.')
|
||||
vim.o.rtp = vim.o.rtp .. ',.'
|
||||
|
||||
local query_types = require('nvim-treesitter.health').bundled_queries
|
||||
local configs = require('nvim-treesitter.parsers')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue