add nvim-dap
This commit is contained in:
parent
8a36baf087
commit
850f3e7fc0
10 changed files with 201 additions and 5 deletions
|
|
@ -8,7 +8,9 @@ if not snip_status_ok then
|
|||
return
|
||||
end
|
||||
|
||||
vim.cmd('let g:snipMate = {"snippet_version" : 1 }')
|
||||
require("luasnip/loaders/from_vscode").lazy_load()
|
||||
require("luasnip.loaders.from_snipmate").lazy_load()
|
||||
|
||||
local check_backspace = function()
|
||||
local col = vim.fn.col "." - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue