158 Commits

Author SHA1 Message Date
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 b6dae05d63c0ae3ffc13f126f1fa5e818f12c52c
- Some weird behaviour where things where detected as pandoc at random
2025-02-17 15:12:41 +01:00
3508cdd8f6
feat(snippets): add some github issues snippets for meeting notes 2025-02-17 13:51:54 +01:00
ea672511d8
chore(lazy): upgrades 2025-02-17 12:02:04 +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
765e2d1a8b
chores(lazy): upgrade 2025-02-14 12:43:14 +01:00
faea5c2b0c
fix(autocommand): typo
- Same as previously: missing l in `spelllang`
2025-02-11 19:58:24 +01:00
758f448b2f
docs(readme): typo 2025-02-11 19:56:11 +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
2651b5944b
docs(readme): precision 2025-02-11 09:47:34 +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
e86ab765d7
chore(lazy): upgrade 2025-01-29 11:39:21 +01:00
49407e023c
feat(ltex): ignore some false-friend rules 2025-01-29 11:38:32 +01:00
f29b3368bc
chores(lazy): upgrade 2025-01-26 10:14:59 +01:00
631f476d35
chores(lazy): upgrade 2025-01-23 16:05:10 +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
765f2c3648
chore(lazy): update 2024-12-16 09:57:14 +01:00
dfe5d608e2
chore(lazy): update 2024-12-12 17:11:01 +01:00
ba9775b108
refactor(all): replace vim.api.nvim_set_keymap with vim.keymap.set 2024-12-11 15:55:19 +01:00
d0cbb36a44
refactor(neorg): replace vim.api.nvim_set_keymap with vim.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.md with scratch.md
BREAKING 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
26f875171f
chore(lock): update 2024-11-12 11:01:56 +01:00
4775d23ed4
refactor(lazy): Move to plugins-configure for consistency 2024-11-11 11:01:41 +01:00
88cd86eb8c
chores(init): cleanup 2024-11-11 10:56:57 +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
74515e706b
chores: lazy upgrade 2024-11-10 16:42:54 +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
6851e16bcf
docs(readme): small precision 2024-11-10 15:27:08 +01:00
1ba07cf703
feat(plugins): replace neodev with lazydev 2024-11-10 15:17:45 +01:00
c10feb7712
feat(jujutsu): Add support for jj description
- Snippets
- Spellchecking
- Grammar checking
2024-11-10 15:09:45 +01:00
3242adf2ed
fix(general): add lockfile 2024-11-10 15:00:39 +01:00
89bb298289
fix!(mappings): remove some leftover bépo mappings
BREAKING CHANGE: gB comes back to be gb
2024-11-06 09:30:55 +01:00
6e9919da69
feat(lsp/telescope): Add sb to search lsp symbols 2024-10-29 16:46:43 +01:00
1f71c346f0
feat(lsp): add hints while passing arguments
- still in trial
2024-10-24 12:38:46 +02:00
989020e20f
feat(lsp): add eslint LSP 2024-10-22 14:19:44 +02:00