mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:57:37 +00:00
Update versions for lspconfig and LuaSnip
This commit is contained in:
parent
a823fa78f9
commit
fa723c8005
@ -198,9 +198,9 @@ return {
|
|||||||
-- Configure language servers
|
-- Configure language servers
|
||||||
{
|
{
|
||||||
"https://github.com/neovim/nvim-lspconfig",
|
"https://github.com/neovim/nvim-lspconfig",
|
||||||
tag = utils.map_version_rule({
|
version = utils.map_version_rule({
|
||||||
-- [">=0.8.0"] = utils.nil_val,
|
[">=0.8.0"] = "v0.1.*",
|
||||||
[">=0.7.0"] = utils.nil_val,
|
[">=0.7.0"] = "v0.1.7",
|
||||||
[">=0.6.1"] = "v0.1.2",
|
[">=0.6.1"] = "v0.1.2",
|
||||||
[">=0.6.0"] = "v0.1.0",
|
[">=0.6.0"] = "v0.1.0",
|
||||||
}),
|
}),
|
||||||
@ -365,7 +365,7 @@ return {
|
|||||||
-- Completion
|
-- Completion
|
||||||
{
|
{
|
||||||
"https://github.com/L3MON4D3/LuaSnip",
|
"https://github.com/L3MON4D3/LuaSnip",
|
||||||
version = "1.x.x",
|
version = "2.x.x",
|
||||||
event = "InsertEnter *",
|
event = "InsertEnter *",
|
||||||
config = function()
|
config = function()
|
||||||
require("luasnip.loaders.from_vscode").lazy_load()
|
require("luasnip.loaders.from_vscode").lazy_load()
|
||||||
|
Loading…
Reference in New Issue
Block a user