Commit Graph

94 Commits

Author SHA1 Message Date
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
d9a7666e9e disable treesitter for latex 2024-01-03 15:32:19 +01:00
b1be29b39c Use zathura with vimtex 2024-01-03 15:32:02 +01:00
7b66e26511 lualine: add icons
- From https://github.com/geekingfrog/configFiles/blob/master/vim/fnl/plugins/00-eye-candy.fnl#L34-L37C67
2023-12-26 16:56:07 +01:00
25c639dff2 Add ltex for natural language LSP-style checking. 2023-12-25 17:43:39 +01:00
d0afa1066c minor: remove one empty line 2023-12-25 16:28:07 +01:00
d7244d1e6d Fix spelling calls 2023-12-25 16:09:06 +01:00
cbde7406b3 Use spelling module for autocommand about spelling 2023-12-25 16:02:03 +01:00
761d30bb69 Add spelling module 2023-12-25 16:01:49 +01:00