mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: added recommended
This commit is contained in:
parent
9bfb9a729b
commit
bd8eb14d69
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
return {
|
return {
|
||||||
|
recommended = {
|
||||||
|
ft = "gleam",
|
||||||
|
root = "gleam.toml",
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue