Commit Graph

7 Commits

Author SHA1 Message Date
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