Fixed typo in treesitter.lua

master
Polarian 2022-06-22 01:15:19 +01:00
parent a7b85149a8
commit 9ab82bb424
Signed by: Polarian
GPG Key ID: 0770E5312238C760
1 changed files with 1 additions and 1 deletions

View File

@ -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