Nvim: fix some keybinds, organize code
This commit is contained in:
parent
b1461d75e0
commit
ad580cc29f
5 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,8 @@
|
|||
-- Snippets plugin
|
||||
return {
|
||||
"L3MON4D3/LuaSnip",
|
||||
dependencies = { "rafamadriz/friendly-snippets" }, -- Snippets collection
|
||||
-- Snippets collection
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
config = function()
|
||||
-- load friendly-snippets to luasnip
|
||||
require("luasnip/loaders/from_vscode").lazy_load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue