oups, re enable vscode snippets
This commit is contained in:
parent
f8812882a0
commit
2821a9a153
1 changed files with 11 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ local plugins = {
|
|||
"rafamadriz/friendly-snippets",
|
||||
},
|
||||
init = function()
|
||||
-- require("luasnip.loaders.from_vscode").lazy_load()
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
require("luasnip.loaders.from_snipmate").lazy_load()
|
||||
end
|
||||
|
||||
|
|
@ -497,6 +497,16 @@ local plugins = {
|
|||
-- { "<Leader>d", "<Cmd>MultipleCursorsAddJumpNextMatch<CR>", mode = { "n", "x" } },
|
||||
-- { "<Leader>D", "<Cmd>MultipleCursorsJumpNextMatch<CR>" },
|
||||
},
|
||||
},
|
||||
{
|
||||
'glacambre/firenvim',
|
||||
|
||||
-- Lazy load firenvim
|
||||
-- Explanation: https://github.com/folke/lazy.nvim/discussions/463#discussioncomment-4819297
|
||||
lazy = not vim.g.started_by_firenvim,
|
||||
build = function()
|
||||
vim.fn["firenvim#install"](0)
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue