|  | 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 |  | 
			
				
					|  | 1f39139f1d   | chore(mappings): format | 2025-06-21 18:06:54 +02:00 |  | 
			
				
					|  | 1d59bfc4cb   | fix(paste): add paste in neovide | 2025-06-21 18:06:49 +02:00 |  | 
			
				
					|  | fd61b53dbd   | feat(diagnostic): add toggle binding | 2025-05-21 13:40:14 +02:00 |  | 
			
				
					|  | e047151a72   | chore(lazy): upgrade and fix breaking changes in major mason revision | 2025-05-17 12:49:35 +02:00 |  | 
			
				
					|  | 989f9163c0   | feat(lsp): use virtual lines | 2025-05-17 12:49:12 +02:00 |  | 
			
				
					|  | a52c4bf561   | fix(neorg): gO to open toc | 2025-05-12 10:17:20 +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 |  | 
			
				
					|  | 031e7694a5   | fix(lsp): ltex_plus → ltex_ls_plus - Naming conflicts with lspconfig: the `filetypes` field was overwritten
  by lspconfig. | 2025-04-30 14:44:12 +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 |  | 
			
				
					|  | 0a2c5aae5e   | fix(lsp): align comment | 2025-04-07 14:30:44 +02:00 |  | 
			
				
					|  | 14c5786b21   | fix(lsp): missing field for Mason setup | 2025-04-03 15:42:42 +02:00 |  | 
			
				
					|  | 2685b0f813   | fix: vim.diagnostic.goto_{next/prev} is deprecated - {],[}d are default since nvim 0.10
	- https://neovim.io/doc/user/news-0.10.html#_new-features | 2025-04-03 14:52:06 +02:00 |  | 
			
				
					|  | 2719672e6a   | feat(lsp/mason): add tinymist (typst lsp) | 2025-04-02 09:14:11 +02:00 |  | 
			
				
					|  | f9152e058b   | fix(cmp): lsp completion called twice | 2025-04-02 08:58:25 +02:00 |  | 
			
				
					|  | 23d2b1bee8   | fix(lsp): order LSP/DAP - minor change | 2025-04-02 08:50:42 +02:00 |  | 
			
				
					|  | 8460677953   | feat(lsp): Move LSP config for godot and rust for 0.11 | 2025-04-01 23:38:29 +02:00 |  | 
			
				
					|  | 2cc2998907   | fix(jj): replace jjwithjjdescriptionfiletype | 2025-04-01 19:01:44 +02:00 |  | 
			
				
					|  | 2a35077571   | feat(lsp): remove on_attach | 2025-04-01 19:01:35 +02:00 |  | 
			
				
					|  | 5c17ad21d2   | feat(lsp): replace on_attach with an LspAttach rule | 2025-04-01 18:57:18 +02:00 |  | 
			
				
					|  | 3ff49b2567   | feat!(lsp): move ltex-ls-plus to neovim native LSP config - BREAKING CHANGE: need neovim >0.11
	- https://neovim.io/doc/user/news-0.11.html#_lsp | 2025-04-01 18:25:38 +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 |  | 
			
				
					|  | c52171c11e   | feat(neorg): add nevto open export in vertical pane | 2025-03-24 19:42:12 +01:00 |  | 
			
				
					|  | b0f478ac92   | feat(mapping): add tab for opening/closing folds | 2025-03-23 12:58:32 +01:00 |  | 
			
				
					|  | 98f079fb81   | refactor(mappings): move undotree mapping | 2025-03-23 12:58:04 +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 |  | 
			
				
					|  | b2881a4504   | feat(ltex-lsp): Add support for plain text | 2025-03-20 10:52:15 +01:00 |  | 
			
				
					|  | dd8583d064   | chore(mappings): formatting | 2025-03-04 20:05:11 +01:00 |  | 
			
				
					|  | b13cdaea9d   | fix(mappings): decrease increment in visual mode - Mistake in copy-paste the previous line | 2025-02-27 11:43:27 +01:00 |  | 
			
				
					|  | 6caf44226f   | feat(lsp): Change the checkfrequency of ltex-ls-plus - “On Save” instead of “On Edit” (which was calling languagetool too often) | 2025-02-27 11:29:35 +01:00 |  | 
			
				
					|  | a3438de2fc   | feat!(lsp): use ltex-plus instead of ltex - BREAKING CHANGE: it is now required to install ltex-plus on the
  different machines
- Add some exceptions for `false friends` in English | 2025-02-25 11:46:54 +01:00 |  | 
			
				
					|  | 86a58e267e   | feat(mappings): visual mapping for >/< - Inspired by https://github.com/Nuclear-Squid/dotFiles/blob/master/nvim/init.lua#L169-L170 | 2025-02-18 22:45:47 +01:00 |  | 
			
				
					|  | c15198b661   | feat(mapping): add some yank mappings | 2025-02-18 22:42:04 +01:00 |  | 
			
				
					|  | 0af5352a17   | revert(autocommand): revert back to markdown autocommand trigger - reverts b6dae05d63- Some weird behaviour where things where detected as pandoc at random | 2025-02-17 15:12:41 +01:00 |  | 
			
				
					|  | 4cdb232020   | feat(mappings): add a mapping to toggle hlsearch | 2025-02-16 22:03:10 +01:00 |  | 
			
				
					|  | fc034ea90f   | fix(autocommand): activation condition for markdown | 2025-02-15 12:52:18 +01:00 |  | 
			
				
					|  | faea5c2b0c   | fix(autocommand): typo - Same as previously: missing l in `spelllang` | 2025-02-11 19:58:24 +01:00 |  | 
			
				
					|  | 7783b8eb60   | fix(autocommand): fix typo for tex autocommand - Missing l in `spelllang` | 2025-02-11 17:02:08 +01:00 |  | 
			
				
					|  | 623ca0a753   | fix(spelling): use french + english dictionnaries by default - Better ease of use
- May not capture everything, the shortcuts are there for that | 2025-02-11 16:13:27 +01:00 |  | 
			
				
					|  | 983e8ff195   | chores(mappings): reformat + fix a typo | 2025-02-10 17:36:30 +01:00 |  | 
			
				
					|  | ea402d4c4e   | feat(mapping): add shortcuts for spelling | 2025-02-10 17:34:54 +01:00 |  | 
			
				
					|  | b6dae05d63   | fix(autocommand): spelling on BufNew - Change spelling on bufEnter and bufWinEnter that rerun commands too
  many times (even when override) | 2025-02-10 17:05:51 +01:00 |  | 
			
				
					|  | 49407e023c   | feat(ltex): ignore some false-friend rules | 2025-01-29 11:38:32 +01:00 |  | 
			
				
					|  | 562187bf5a   | feat(telescope): add workspace symbol search | 2024-12-21 23:51:25 +01:00 |  | 
			
				
					|  | 6df3ba48b7   | feat(lsp): add bashls | 2024-12-16 15:17:08 +01:00 |  | 
			
				
					|  | ba9775b108   | refactor(all): replace vim.api.nvim_set_keymapwithvim.keymap.set | 2024-12-11 15:55:19 +01:00 |  |