Commit Graph

17 Commits

Author SHA1 Message Date
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
3c8916cf9e Keybindings for git staging / reset and for completion: <C-space> 2024-10-13 21:23:40 +02:00
75e581e856 Keybingings for git and completion
- <space>=r reset hunk
- <space>=R reset file
- <space>=R reset file
2024-10-13 21:21:33 +02:00
98149a4b8f Gitsigns: keybindings for blame and diff ~ 2024-10-11 21:09:58 +02:00
7ffd390cb4 Added keybindings <space>=... for gitsigns 2024-10-09 08:13:00 +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
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
0b3ea1098a Added .luarc.json to get rid of warnings about missing global vim object 2024-09-19 22:02:29 +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
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
92802c5688 Some options changed, e.g. wrapping for left,right in all modes 2024-09-11 12:16:26 +02:00
df5434fd81 Keybindings: \b = fzf buffers, <space>d and <space>s for lsp stuff 2024-09-09 15:47:33 +02:00
2dfd39b1bc Properly configured vue language server finally
- all language servers now use on_attach to get proper keybindings
2024-09-09 13:25:17 +02:00
a91dfef8f1 First working setup in order to superseede Emacs 2024-09-09 09:50:41 +02:00