|  | 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 |  | 
			
				
					|  | d0cbb36a44   | refactor(neorg): replace vim.api.nvim_set_keymapwithvim.keymap.set`vim.keymap.set` is more lua-friendly | 2024-12-11 15:50:10 +01:00 |  | 
			
				
					|  | 398736176c   | feat(neorg): Telescope live_grep in neorg working directory | 2024-12-11 15:47:53 +01:00 |  | 
			
				
					|  | 4f45e89025   | fix!(scratchpads): change scratchpad.mdwithscratch.mdBREAKING CHANGE: the name of scratchpads changed | 2024-11-29 12:28:58 +01:00 |  | 
			
				
					|  | ef2bdaf201   | fix(which-key): remove neorg modes for now | 2024-11-29 11:44:52 +01:00 |  | 
			
				
					|  | 9a940a9ba4   | feat(bindings): add markdown scratchpads | 2024-11-29 11:43:31 +01:00 |  | 
			
				
					|  | 49acc75e2a   | fix(ltex-lsp): forgot a rule | 2024-11-13 12:04:15 +01:00 |  | 
			
				
					|  | 48c698c2c5   | fix(lsp): option name: dictionnary → dictionary | 2024-11-13 11:35:48 +01:00 |  | 
			
				
					|  | 4775d23ed4   | refactor(lazy): Move to plugins-configure for consistency | 2024-11-11 11:01:41 +01:00 |  | 
			
				
					|  | 5bfbc64cf0   | fix?(neorg): Default keybinds - Not sure if it works… | 2024-11-11 10:54:01 +01:00 |  | 
			
				
					|  | f8acdeac19   | refactor(neorg): scope of some bindings | 2024-11-11 10:49:04 +01:00 |  | 
			
				
					|  | 7b8db55790   | feat(neorg): completion with cmp | 2024-11-11 10:38:10 +01:00 |  | 
			
				
					|  | cde7f74d0b   | feat(neorg): add telescope search | 2024-11-11 10:29:10 +01:00 |  | 
			
				
					|  | f1a52d9dcb   | fix(treesitter): necessary field | 2024-11-10 16:40:37 +01:00 |  | 
			
				
					|  | 8f04c0e04c   | chores(all): format | 2024-11-10 15:44:21 +01:00 |  |