I'm not gonna bother
This commit is contained in:
parent
7c96b43098
commit
d320577772
18 changed files with 182 additions and 192 deletions
|
|
@ -10,9 +10,13 @@ return { "L3MON4D3/LuaSnip",
|
|||
load:keymap({"i", "s"}, "<c-e>")
|
||||
load:keymap({"i", "s"}, "<c-j>")
|
||||
load:keymap({"i", "s"}, "<c-k>")
|
||||
load:auto("InsertEnter")
|
||||
end,
|
||||
load = function()
|
||||
local ls = require("luasnip")
|
||||
|
||||
-- replace the builtin snippet handler with luasnip so I get all my fancy
|
||||
-- stuff
|
||||
vim.snippet.expand = ls.lsp_expand
|
||||
|
||||
ls.config.setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue