|
c52171c11e
|
feat(neorg): add nev to 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 b6dae05d63c0ae3ffc13f126f1fa5e818f12c52c
- 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_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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
d130acc11e
|
feat!(lsp): add quickfix function
|
2024-10-22 14:19:19 +02:00 |
|
|
5a4b907f6e
|
feat!(lsp): change code action biding from ca to a
|
2024-10-22 14:18:43 +02:00 |
|
|
7e6d4ae3c0
|
fix(typst/lsp): remove typst lsp support for now
|
2024-10-19 15:43:28 +02:00 |
|
|
5bb1039198
|
feat!(nvim-cmp): Add tab complete when there is no ambiguity
- from https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#confirm-candidate-on-tab-immediately-when-theres-only-one-completion-entry
- BREAKING CHANGE: tab behaviour has changed
|
2024-10-18 18:19:09 +02:00 |
|
|
0a73bd4259
|
feat!(cmp): change autocomplete behaviour
- BREAKING CHANGE: no more automatic popping droplist
- BREAKING CHANGE: <CR> to complete instead of <C-l>
|
2024-10-18 17:07:22 +02:00 |
|