Skip to content

Commit 8acd80b

Browse files
committedOct 13, 2024
treesitter: ignore parser for dockerfile
see [issue 51](camdencheek/tree-sitter-dockerfile#51)
1 parent e048c9a commit 8acd80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lua/setup/treesitter.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'nvim-treesitter.configs'.setup {
22
ensure_installed = { "lua", "vim", "vimdoc", "c", "cpp", "python", "bash" },
3+
ignore_install = { "dockerfile" },
34
auto_install = true,
45
highlight = {
56
enable = true,

0 commit comments

Comments
 (0)
Please sign in to comment.