.config/nvim/lua/plugins/completion.lua

changeset 1144
dc1def95331f
parent 1143
5c37b939b296
child 1148
bca491e2be91
equal deleted inserted replaced
1143:5c37b939b296 1144:dc1def95331f
89 end, 89 end,
90 }, 90 },
91 { 91 {
92 "L3MON4D3/LuaSnip", 92 "L3MON4D3/LuaSnip",
93 lazy = true, 93 lazy = true,
94 build = jit.os:find("Windows") and nil or "make install_jsregexp", 94 build = (jit.os ~= "Windows") and "make install_jsregexp",
95 opts = { 95 opts = {
96 history = true, 96 history = true,
97 delete_check_events = "TextChanged", 97 delete_check_events = "TextChanged",
98 }, 98 },
99 }, 99 },

mercurial