mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-17 17:24:33 +02:00
enc: remove default build
This commit is contained in:
parent
5ae8f516b8
commit
4baa37dec7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ return {
|
||||||
"L3MON4D3/LuaSnip",
|
"L3MON4D3/LuaSnip",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
version = "v2.*",
|
version = "v2.*",
|
||||||
build = "make install_jsregexp",
|
-- build = "make install_jsregexp",
|
||||||
opts = {
|
opts = {
|
||||||
history = true,
|
history = true,
|
||||||
delete_check_events = "TextChanged",
|
delete_check_events = "TextChanged",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue