Add flutter

This commit is contained in:
Saeed Afzal
2023-08-07 11:20:41 +01:00
parent 8159705623
commit 582a93f3e3
4 changed files with 56 additions and 42 deletions

View File

@@ -9,7 +9,10 @@ return {
require("nvim-treesitter.configs").setup {
highlight = { enable = true },
incremental_selection = { enable = true },
indent = { enable = true },
indent = {
enable = true,
disable = { 'dart' }
},
autotag = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false },
matchup = { enable = true }