diff options
| author | Bruno BELANYI <bruno@belanyi.fr> | 2024-04-11 17:03:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 18:03:22 +0200 |
| commit | 5c4892b0556d1258c423e2369d6a602d9b2a4988 (patch) | |
| tree | b68daa60bede181abc277b9597c95e5088d41ecc /scripts/minimal_init.lua | |
| parent | bot(lockfile): update svelte, v, wing (diff) | |
| download | nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.gz nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.bz2 nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.lz nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.xz nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.zst nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.zip | |
fix(textproto): use 'pbtxt' filetype (#6427)
This is the actual name of the detected filetype.
Diffstat (limited to 'scripts/minimal_init.lua')
| -rw-r--r-- | scripts/minimal_init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/minimal_init.lua b/scripts/minimal_init.lua index 45a7b0243..f7a7ee590 100644 --- a/scripts/minimal_init.lua +++ b/scripts/minimal_init.lua @@ -8,7 +8,6 @@ vim.filetype.add { cmm = "t32", hurl = "hurl", ncl = "nickel", - textproto = "textproto", tig = "tiger", usd = "usd", usda = "usd", |
