slime finds terminal better now

This commit is contained in:
Christoph J. Scherr 2023-07-10 11:14:06 +02:00
parent 21d1ef41ac
commit ed72cc4c3d
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 0 additions and 5 deletions

View File

@ -190,9 +190,4 @@ dimensions = {
vim.keymap.set('n', '<F12>', '<CMD>lua require("FTerm").toggle()<CR>')
vim.keymap.set('t', '<F12>', '<C-\\><C-n><CMD>lua require("FTerm").toggle()<CR>')
-- slime
-- get id of a terminal, FloatTerm is usually 7, but I should rice this more
vim.g.slime_get_jobid = function()
return 7
end
EOF