mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
test(init): remove upstreamed Nickel ft detection
This commit is contained in:
parent
5e8652dbaf
commit
2ba5ec1846
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ vim.cmd.runtime({ 'plugin/filetypes.lua', bang = true })
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = {
|
extension = {
|
||||||
conf = 'hocon',
|
conf = 'hocon',
|
||||||
ncl = 'nickel',
|
|
||||||
tig = 'tiger',
|
tig = 'tiger',
|
||||||
w = 'wing',
|
w = 'wing',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue