Commit Graph

17 Commits

Author SHA1 Message Date
Thomas Naderer
61b1e3d2a9 refactor(nvim): modernize plugin stack
Removed dead weight:
- Drop nightfox, rose-pine, kanagawa, everforest colorschemes
- Remove fzf/fzf.vim (redundant with telescope)
- Remove vim-fugitive and its keymaps (lazygit covers this)
- Remove Comment.nvim (built into nvim 0.10+)

Replaced:
- nvim-cmp → blink.cmp (Rust-powered, faster, ghost text)
- none-ls/null-ls → conform.nvim (async, maintained)
- cmp-nvim-lsp capabilities → blink.cmp.get_lsp_capabilities()
- Copilot suggestions now routed through blink-copilot

Added:
- lazydev.nvim for proper Lua LSP in nvim config
- flash.nvim (s/S jump anywhere on screen)
- which-key.nvim (leader key popup with groups)
- snacks.nvim (notifier + word highlights)
- nvim-treesitter-textobjects (af/if, ac/ic, ]f/[f)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 21:26:55 +01:00
Thomas Naderer
82fc23530d refactor: switch to catppuccin mocha across tmux and neovim
- tmux: hand-rolled catppuccin theme, three-way status bar toggle, plugin cleanup
- nvim: switch colorscheme to catppuccin-mocha, update lualine colors
- nvim: add tmuxline.vim for tmux statusline generation
- kitty: fix MesloLGS NF font typo, remove deprecated config keys

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 15:44:29 +01:00
Thomas Naderer
5da503176b Updated init for new files 2025-07-07 15:36:15 +02:00
Thomas Naderer
557a8de69f Totally revamped Config files 2025-07-07 15:35:23 +02:00
Thomas Naderer
83b031dfe5 Nvim is now running Lazy as its plugin Manager.
New keymaps
Nvim.leap instead of flash
2025-07-07 15:31:56 +02:00
Thomas Naderer
85ef8dca72 Updated Yazi: version, hop plugin, glow preview 2025-05-30 23:30:44 +02:00
Thomas Naderer
0453e7fef6 Unused Plugins removed, streamlined environment 2025-01-28 13:42:43 +01:00
Thomas Naderer
856c2fa7a1 Added Yank to Clipboard Keymap 2025-01-04 16:41:21 +01:00
Thomas Naderer
b2897b94b3 Added Keymap for date insert 2025-01-04 16:37:06 +01:00
Thomas Naderer
9a589412c8 NVIM
- adapting Transparency from Terminal
YAZI
    - Keymaps for work related folders
ZSH
    - updated aliases
2025-01-03 13:13:25 +01:00
Thomas Naderer
398cb8a73f Added Keymaps File 2024-12-31 13:14:15 +01:00
Thomas Naderer
6971a8c42c Removed LF Config because i replaced lf with yazi.
I made the nvim folder and configs a lot cleaner.
2024-12-30 11:39:11 +01:00
Thomas Naderer
2dcd9c7e67 Refactoring 2024-12-25 10:36:21 +01:00
Thomas Naderer
46ae676593 New cleaner nvim config. Added config for LF 2024-12-25 09:58:39 +01:00
Thomas Naderer
7d89f6fbbc Modified Neovim Config 2024-12-22 15:33:11 +01:00
Thomas Naderer
2815909a25 Added init.lua 2024-12-18 17:27:10 +01:00
Thomas Naderer
e870d7408b Working NeoVim-Configuration, this should be the base for further
enhancements
2024-12-18 16:45:53 +01:00