Commit Graph

102 Commits

Author SHA1 Message Date
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
22e70f9725
feat: add typst support 2024-10-11 10:50:29 +02:00
6a6243fd90
which-key: fix typo in hint
+ format
2024-10-11 10:50:16 +02:00
9299b58212
fix: change tsserver with ts_ls 2024-09-11 11:58:52 +02:00
3d61f9afdd
fix: neorg tasks not working 2024-09-11 11:00:12 +02:00
0e6b7e2558
ugly: fix which-keys warnings 2024-07-26 17:59:48 +02:00
32371d317f
<leader>my/<leader>msy: Add mimetype for wl-copy 2024-07-23 18:28:12 +02:00
9506be9938
Remove old bépo remapping
- Was *not* a good idea 🥲
2024-06-21 11:34:45 +02:00
5a118932f3
Add commentstring for pandoc 2024-05-24 13:22:08 +02:00
3136772105
LSP: add rst to ltex 2024-05-24 13:20:43 +02:00
7f1702d917
Add gdscript 2024-05-19 00:49:51 +02:00
fd84aebebb
Add snippets for latex (frame) 2024-05-14 12:09:20 +02:00
029d95e75d
disable autofolding for neorg 2024-04-18 17:08:57 +02:00
94cddafa6e
neorg: dirman not working, ugly fix 2024-04-18 16:00:23 +02:00
e125c201cb
treesitter: add 'norg_meta' for :neorg journal 2024-04-18 15:49:15 +02:00
34c2c9e1f2
LTeX rules update 2024-04-17 09:37:01 +02:00
8ae2549f3a mappings: clean old mappings 2024-04-03 12:48:21 +02:00
74f17dbb59
neorg 8.2.0 adds the field username for metagen
- https://github.com/nvim-neorg/neorg/pull/1331
2024-03-27 00:48:02 +01:00
7415689345
Fix for neorg 8.0.0 2024-03-27 00:47:52 +01:00
f00d49600f
Add neorg exports shortcuts 2024-03-25 11:31:06 +01:00
bef72fd08d ltex: more personalized configuration
TODO: add a shortcut for languages

Source: https://github.com/vigoux/ltex-ls.nvim
2024-03-19 19:15:52 +01:00
4edd7015ca Add markdown preview shortcut
+ description to other bindings
2024-03-03 10:32:24 +01:00
8cd994ba57 which-key: add neorg hints 2024-02-29 13:03:33 +01:00
0aae3870d0 Add Neorg which_key hint 2024-02-28 17:25:01 +01:00
37db36e1de From new kickstart.nvim add mini.surround (less aggressive than nvim-surround) and todo-comments 2024-02-27 14:48:02 +01:00
4f4acc74e8 plugins: Add Markdown preview
- https://github.com/iamcco/markdown-preview.nvim
- + `:format` in the lazy file
2024-02-24 21:36:58 +01:00
16626d35de Add filetypes for ltex 2024-02-15 12:17:17 +01:00
2fadfc4ad7 Actually I don’t like hls by default 2024-02-15 11:39:13 +01:00
8961867188 disable treesitter indent for js 2024-02-12 17:44:06 +01:00
d3331c03e1 Set hls to true 2024-01-31 18:05:50 +01:00
ce9a024a32 general options: add listchars back
It was in the bépo config file and is useful to detect trailing spaces
and nbsp chars.
2024-01-18 12:41:00 +01:00
22b51e96bc disable bépo mappings and adapt it to ergo-L 2024-01-16 16:09:52 +01:00