ensure_installed = 'all' was maybe a bit too much
This commit is contained in:
parent
afee190bd2
commit
93eef50690
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
-- "https://forgejo.ballcloud.cc/wball/perga.nvim",
|
"https://forgejo.ballcloud.cc/wball/perga.nvim",
|
||||||
url = "/home/wball/repos/perga.nvim",
|
-- url = "/home/wball/repos/perga.nvim",
|
||||||
config = true,
|
config = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ return {
|
||||||
local configs = require('nvim-treesitter.configs')
|
local configs = require('nvim-treesitter.configs')
|
||||||
|
|
||||||
configs.setup({
|
configs.setup({
|
||||||
ensure_installed = 'all',
|
ensure_installed = {'lua', 'rust', 'haskell', 'c', 'scheme', 'perga', 'bash', 'python'},
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true }
|
indent = { enable = true }
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue