mirror of
https://github.com/pnx/dotfiles
synced 2026-08-20 18:48:13 +02:00
nvim: remove lang files that only have treesitter parsers in them, define in main treesitter conf instead.
This commit is contained in:
parent
e4b7184d75
commit
024936fb8c
6 changed files with 6 additions and 24 deletions
|
|
@ -1,5 +0,0 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
spec.treesitter("cmake"),
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
spec.treesitter("dockerfile"),
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
spec.treesitter("javascript", "javadoc"),
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
spec.treesitter("ninja"),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue