chore: stylua formatting update (#261)

* addded stylua config file

* chore: formatted with stylua
This commit is contained in:
Galen Rowell
2021-08-16 17:49:09 +10:00
committed by GitHub
parent 4abf43aa99
commit 86903ab982
36 changed files with 1955 additions and 1987 deletions

View File

@@ -1,15 +1,15 @@
local present, ts_config = pcall(require, "nvim-treesitter.configs")
if not present then
return
return
end
ts_config.setup {
ensure_installed = {
"bash",
"lua"
},
highlight = {
enable = true,
use_languagetree = true
}
ensure_installed = {
"bash",
"lua",
},
highlight = {
enable = true,
use_languagetree = true,
},
}