Skip to content

Commit

Permalink
NVim: Enable CUE for TreeSitter. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah authored Apr 8, 2024
1 parent c468fe6 commit 44a37df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/.config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ return {
"c",
"cpp",
"css",
"cue",
"diff",
"dockerfile",
"dot",
Expand All @@ -44,14 +45,14 @@ return {
"http",
"ini",
"javascript",
"typescript",
"json",
"jsonnet",
"lua",
"markdown",
"markdown_inline",
"nix",
"printf",
"typescript",
"promql",
"proto",
"textproto",
Expand Down

0 comments on commit 44a37df

Please sign in to comment.