Fixed typo in treesitter.lua
parent
a7b85149a8
commit
9ab82bb424
|
@ -1,5 +1,5 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensusre_installed = {"c", "lua", "rust", "java", "python"},
|
||||
ensure_installed = {"c", "lua", "rust", "java", "python"},
|
||||
|
||||
highlight = {
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in New Issue