mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-13 07:53:48 +02:00
neovim: Add snippet to help debugging
This commit is contained in:
parent
847384eb62
commit
90f44b7264
1 changed files with 6 additions and 0 deletions
|
|
@ -392,6 +392,12 @@
|
|||
require("luasnip.loaders.from_snipmate").lazy_load()
|
||||
|
||||
require("cmp_git").setup({})
|
||||
|
||||
-- debug.sethook(function()
|
||||
-- local file = io.open("/home/traxys/nvim_bt", "a")
|
||||
-- file:write(debug.traceback("backtrace"))
|
||||
-- file:close()
|
||||
-- end, "c", 43)
|
||||
'';
|
||||
|
||||
plugins.which-key.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue