Commit Graph

33 Commits

Author SHA1 Message Date
75f9692e7d Dropped asciidoc treesitter code 2025-07-03 21:34:48 +02:00
15e21f333f Replaced nvim-cmp with blink.cmp 2025-06-30 08:57:18 +02:00
b6c4df13e0 Dropped support for tidal and sonic pi live coding 2025-06-24 09:20:06 +02:00
9b9673d159 Moved lengthy setup routines from plugins.lua to config/<pluginname>.lua 2025-06-08 07:52:24 +02:00
6c8b1c87d4 Org Roam added, orgmode now with C-M-Up / -Down to move trees 2025-05-23 22:32:23 +02:00
bec7627aaa Dropped support for calc + cmp-calc, use qalc instead for explicit calculations 2025-05-23 22:30:48 +02:00
c38ec7f2e4 Keybindings:
- rust overrides K for hover actions and J for joinLines
- <space>F now is dioxus format file
- <space>E now is vim.diagnostic.open_float

Config:

- splash shows OGPT entry
- rustaceanvim now requires version ^6 instead of ^5
- dropped sqls.nvim
2025-05-13 21:16:59 +02:00
cc0b3234bc Improved org-mode export, which-key display, fixed lunaperche colorscheme 2025-04-15 10:25:32 +02:00
c53630b77d Moving to neovim 0.11, new calc, keys streamlined
Keybindings:

- <space>E (explain error) now is <space>x
- dropped <C-W>0 and following, were remainders from Emacs
- insert: <C-Del> now deletes word right of cursor

LSP:

- diagnostics popup replaced with neovim 0.11 virtual lines (much nicer)

Options:

- neo-tree width dropped, was too wide
- workspaces no longer auto open, was interfering with using neovim as
  git client or file manager

Plugins:

- replaced cmp-rpncalc with qalc.nvim (which uses the qalc cli)
2025-04-11 20:59:23 +02:00
3866873ac8 Neo-tree: tab to toggle nodes (folders), added nvim-lsp-file-operations 2025-04-03 07:51:05 +02:00
a503fed8d5 Dashboard mentions username, too. 2025-03-21 15:47:22 +01:00
3f6c8f995b Added sqls and ogpt (llama integration) plugins 2025-03-16 21:52:57 +01:00
f30726c08b Misc: rust, shortcuts, show indent, org-mode to HTML improvement
Keybindings:

- Rust F5 - show run targets
- Rust Shift-F5 - run last target
- Normal: Space-o - open current file in chromium
- Visual: Space-f - LSP format current region

Configuration:

- org-mode: use pandoc to generate a standalone HTML, support plantuml
  blocks
- no winbar for neo tree
- disabled treesitter asciidoc, seems to be broken
- splash screen: added browse, reordered entries

Plugins:

- use indent-blankline to visualize indents
2025-03-06 11:28:30 +01:00
12bf12610a Improved rust, keybindings, org-mode export to HTML
Rust

- added ftplugin/after/rust.lua for rust keybindings

keybindings

- <space>[ and <space>] to goto prev and next diagnosticsw

Org mode

- added option for HTML export with pandoc
2024-11-06 22:24:51 +01:00
67dafbaf6c Sonic-Pi send visual selection and integration, luasnip TAB jumps insert positions 2024-10-30 20:40:56 +01:00
9a0c3a4ca2 Sonic Pi intergration improved by configuring solargraph 2024-10-29 21:11:15 +01:00
294870a25b Live coding with tidal and sonic pi, snippets for diary, toggleterm
Live Coding:

- added plugin for sonic-pi (though commented out)
- added plugin for tidal

Snippets:

- added path luasnippets to loaderdefinitions
- added luasnippet for asciidoc (diaentry, diahead

Options:

- no longer show tabline

Plugins:

- toggleterm with a binding so <C-`>
2024-10-28 13:24:14 +01:00
93bb8bc68c Lualine breadcrumb colors improved, a keybinding for treesitter symbols
Keybindings:

- <leader>fT - fzf Tresitter symbols
2024-10-20 13:58:13 +02:00
151a7e5833 Org mode: todo states with fastmode TODO STARTED PLANNING | DONE UNPLANNED 2024-10-11 21:08:53 +02:00
e82602334e Keybindings and smaller ui related improvements
Options:

- lualine shows path of files
- added breadcrumbs to programming buffers as winbar

Plugins:

- added mrcjkb/rustaceanvim for improved rust support
- added lewis6991/gitsigns.nvim to show changes in files
- dropped lspkind, it had no visible effect and could not easily be
  fixed
- added j-hui/fidget.nvim to make $/progress messages (e.g. from lsp)
  visible

Keybindings:

- dropped unused and commented out keybindings
- <leader>fr to resume last fzf search
- <C-W>0, 1, 2, 3 to mimic emacs <C-x>.... window keys
- <esc><esc> to clear last search
- added desc field to many keybindings in lsp
2024-10-09 07:47:31 +02:00
de68c1e748 Treesitter support for asciidoc and welcome screen with alpha 2024-10-02 15:48:02 +02:00
a0b9561e10 lsp_signature use only virtual text, dropped lush for colorthemes 2024-09-26 10:42:36 +02:00
c80752ebea Word highlighting, lsp_signature, calendar and settings / keybindings
Plugins:

- added word highlighting plugin mywords
- added lsp_signature plugin to show parameter signature while typing a
  function call
- added calendar.vim
- added lush.nvim needed for some theme definitions, though not for the
  nice and current default lunaperche

Keybindings:

- <space>m[mrc] for mywords
- <C-W>0 and <C-W>1 for window close / make single
- <C-,> for lsp references
- <C-.> for lsp definitions

Options:

- highlight last search term
- add I to shortmess to start with an empty file instead of splash
  screen
- fzf uses default-title as theme
- fzf registered as vim.ui.select implementation
- which_key shows global definitions, too
2024-09-26 10:10:06 +02:00
eeb62a1072 Added orgmode completion as cmp source 2024-09-26 10:05:35 +02:00
d95dc4442c Added luasnip snippets, enabled completion, go, org, rust, all snippets
- url for vim snippets is: https://github.com/honza/vim-snippets
2024-09-20 11:58:51 +02:00
1e98df6cc3 Reformatted code after changing indent width to 2, TODO highlighting
- set all indent widths from 4 to 2
- added plugin to highlight TODO markers, can also be searched
  <leader>ft
2024-09-19 21:48:06 +02:00
73cb9eeca1 Table mode, RPN calc, Python LSP and key bindings
Options and plugins:
- enabled spell checker with languages de and en
- RPN calculator added to cmp
- Added python to lsps
- fzf workspaces now always sorted by name

Key bindings:
- table mode added, use <leader>t and submap
- File manager moved to <leader>T
- Spell suggestion z= uses fzf
- LSP code actions <space>ca moved to <space>c and fzf
2024-09-13 10:15:54 +02:00
07ced57dc5 Added a fzf-lua picker for workspaces, bound to <leader>w 2024-09-11 23:25:04 +02:00
bddd3dc1ee File Manager, Workspaces and some keybindings
- new plugins:
  . neo-tree - file manager
  . workspaces - workspace management (light projects)

- keybindings
  . <leader>g for Neogit
  . <leader>t for Neotree
  . <leader>w for WorkspacesOpen
  . <space>D for fzf.diagnostics_workspace

- options
  . truncate long lines in view (set nowrap)
2024-09-11 22:17:32 +02:00
913f8a04fd Configured which-key 2024-09-11 12:23:22 +02:00
71728e9df7 Added lualine as improved statusline 2024-09-11 12:17:24 +02:00
6b2f48285a Dropped duplicate lsp keybindings, added desc to fzf-lua ones 2024-09-09 13:24:42 +02:00
a91dfef8f1 First working setup in order to superseede Emacs 2024-09-09 09:50:41 +02:00