Dropped AI integration, inline diagnostics, orgmode completion

Keymaps:

- key binding for viewing git log of current file: <space>=l
- blink keybindings simplified, added orgmode as source

Plugins:
- folke todo comments disabled
- dropped all AI integration
- added tiny-inline-diagnostic for easier and(!) wrapped diagnostic
  messages
- added sqlua.ncim plugin to connect to SQL databases
This commit is contained in:
2025-09-08 08:28:03 +02:00
parent 3ac01d9776
commit 4bd4d87f5b
4 changed files with 59 additions and 177 deletions

View File

@@ -93,7 +93,7 @@ vim.keymap.set('n', '<space>mc', mywords.uhl_all, { desc = "Clear all highlights
------------------------------------------
--
-- Some convenience keybindings
-- Moving lines up and down
--
------------------------------------------