diff options
| author | 2025-01-31 17:35:43 +0000 | |
|---|---|---|
| committer | 2025-01-31 17:56:07 +0000 | |
| commit | 2bc988d6f68b8ec80a79b7443c576f852fda3afb (patch) | |
| tree | 6916f01b0031f6678a6ac1f13f667b0560b3abd7 /home/.config/nvim | |
| parent | 84006bade072d8b3c390beddceae7222e0432667 (diff) | |
| download | dotfiles-2bc988d6f68b8ec80a79b7443c576f852fda3afb.tar.gz dotfiles-2bc988d6f68b8ec80a79b7443c576f852fda3afb.tar.bz2 dotfiles-2bc988d6f68b8ec80a79b7443c576f852fda3afb.zip | |
[nvim][ts] Add jsonc
Diffstat (limited to 'home/.config/nvim')
| -rw-r--r-- | home/.config/nvim/lua/custom/plugins/ts.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/ts.lua b/home/.config/nvim/lua/custom/plugins/ts.lua index 2782376..c2741e5 100644 --- a/home/.config/nvim/lua/custom/plugins/ts.lua +++ b/home/.config/nvim/lua/custom/plugins/ts.lua @@ -34,6 +34,7 @@ return { "javascript", "jsdoc", "json", + "jsonc", "llvm", "lua", "luadoc", |
