update telescope and treesitter for nvim v0.12
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
local opt = vim.opt
|
||||
|
||||
vim.filetype.add({ extension = { mdx = 'mdx' } })
|
||||
|
||||
-- numbers
|
||||
opt.relativenumber = true
|
||||
opt.number = true
|
||||
|
||||
Reference in New Issue
Block a user