mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Remove Dockerfile treesitter
This commit is contained in:
parent
b93a61c660
commit
f930a5e9ae
@ -13,7 +13,7 @@ return {
|
|||||||
-- PERF: no need to load the plugin,
|
-- PERF: no need to load the plugin,
|
||||||
-- if we only need its queries for mini.ai
|
-- if we only need its queries for mini.ai
|
||||||
local plugin =
|
local plugin =
|
||||||
require("lazy.core.config").spec.plugins["nvim-treesitter"]
|
require("lazy.core.config").spec.plugins["nvim-treesitter"]
|
||||||
local opts = require("lazy.core.plugin").values(plugin, "opts", false)
|
local opts = require("lazy.core.plugin").values(plugin, "opts", false)
|
||||||
local enabled = false
|
local enabled = false
|
||||||
|
|
||||||
@ -48,7 +48,6 @@ return {
|
|||||||
"c",
|
"c",
|
||||||
"comment",
|
"comment",
|
||||||
"css",
|
"css",
|
||||||
"dockerfile",
|
|
||||||
"eex",
|
"eex",
|
||||||
"elixir",
|
"elixir",
|
||||||
"html",
|
"html",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user