rework keymaps and plugin config

- Change leader from space to comma
- Move opencode keymaps into plugin config
- Move picker keymaps from <leader>p to <leader>f
- Change buffer delete mapping from bd to bk
- Add DAP debugging keymaps and dap-view
- Remove zk-nvim, checkmate plugins
- Add claude-code, conjure, scnvim plugins
- Update LSP servers: replace basedpyright with ty, add gopls/clojure_lsp/harper_ls/tinymist
- Enable inlay hints on LspAttach
- Enable go/sql/typst tree-sitter
- Add htmlhint formatter
- Configure opencode with snacks terminal
This commit is contained in:
2026-08-02 17:09:21 +02:00
parent 35f0723076
commit fabc3362a1
4 changed files with 200 additions and 170 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"plugins": {
"scnvim": {
"rev": "876732590ef3f409c9705f3659fa1061db2dc7bf",
"src": "https://github.com/davidgranstrom/scnvim"
}
}
}