Skip to content

Commit

Permalink
feat: jupytext.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Dec 20, 2024
1 parent 7c3c639 commit 8ec2dd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions root/.config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,7 @@ return {
},
config = true,
},
{
"goerz/jupytext.nvim",
},
}
1 change: 0 additions & 1 deletion root/.config/nvim/lua/plugins/vimplug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ local M = {
"skywind3000/vim-quickui",
"pechorin/any-jump.vim",
{ "jupyter-vim/jupyter-vim", cmd = { "JupyterConnect" } },
"goerz/jupytext.vim",
{ "jpalardy/vim-slime", ft = { "python", "ocaml" } },
{ "jiangyinzuo/vim-markdown", ft = "markdown" },
{ "whonore/Coqtail", cond = detect.has_coqtop_executable, ft = "coq" },
Expand Down
4 changes: 4 additions & 0 deletions root/.vim/doc/gdb-dap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ info threads 查看所有线程
thread apply all <command> 对所有线程执行command
thread apply <ID> <command> 对ID线程执行command

continue所有线程:

(cuda-gdb) continue -a

gdb查看栈: bt 数字
gdb切换某个栈: f[rame] 数字

Expand Down

0 comments on commit 8ec2dd7

Please sign in to comment.