This commit is contained in:
2025-08-10 21:52:20 +02:00
parent 295ade4d4b
commit 8ed8b0b7e2
4 changed files with 13 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ return {
endfunction
]]
vim.g.slime_target = 'neovim'
vim.g.slime_target = 'kitty'
vim.g.slime_no_mappings = true
vim.g.slime_python_ipython = 1
end,