Commit Graph

14 Commits

Author SHA1 Message Date
c02781e3bf fix(blink.cmp): suggestions priority
- Put the snippets first
- https://github.com/Saghen/blink.cmp/issues/1098#issuecomment-2679295335
2025-07-17 13:39:08 +02:00
aca3a6f5b6 feat!(blink): Default bindings
BREAKING CHANGE: use ^y instead of <Tab> to complete
2025-07-17 09:26:52 +02:00
314be14e73 dirty(telescope): to remove later - fix deprecated warnings
- pinning the latest commit in master
  - https://github.com/nvim-telescope/telescope.nvim/issues/3469#issuecomment-3039412200
2025-07-17 09:18:53 +02:00
f7338eef07 feat(helps): remove lsp-signatures as it’s now redundant with blink.nvim 2025-07-15 23:28:56 +02:00
9bf093ee26 feat!(completion): replace completion engine: cmp-nvim → blink.cmp
BREAKING CHANGE: Change behaviour concerning the completion engine.
BREAKING CHANGE: Re-Enabling auto-show again
2025-07-15 22:59:50 +02:00
3815c4fc54 feat!(plugins): remove mason
BREAKING CHANGE: remove the need for `mason` and thus lsp plugins have
to be installed system-wide
2025-07-14 11:26:37 +02:00
aa829327b5 refactor(lualine): move lualine config to a new file
- Add a function for the word counter
2025-05-06 17:06:46 +02:00
e934e38bd0 feat(lualine): add counters to lualine
- Word, character and line counters upon selection
- From https://www.reddit.com/r/neovim/comments/1130kh5/comment/j8navg6/
2025-05-06 14:06:07 +02:00
7e5c198296 feat(lualine): add relative path in filename
- Useful for node architecture where everything is named `inner.js`
2025-04-07 15:31:47 +02:00
82a68ba7d5 fix(plugins): markdownpreview build
- From <https://github.com/iamcco/markdown-preview.nvim/issues/704#issuecomment-2480811133>
2025-03-27 16:32:20 +01:00
04a7ec0218 feat(plugins): add undotree
- BREAKING CHANGE: keymap `U` to toggle undotree
2025-03-23 10:18:50 +01:00
85193f19fd fix(lazy): unpin neorg to get the latest version
- Experimental, may not stay
2025-03-22 14:59:22 +01:00
0a044ca3d4 feat(plugins): add oil.nvim
- For a trial period
2025-03-20 22:00:33 +01:00
4775d23ed4 refactor(lazy): Move to plugins-configure for consistency 2024-11-11 11:01:41 +01:00