Commit Graph

53 Commits

Author SHA1 Message Date
4e160773c4 Add description to spellcheck bindings 2023-12-25 15:43:06 +01:00
f6127cf54b listchar: better char for newline 2023-12-25 14:49:47 +01:00
63cabfab3d Display “⮠” for EOL 2023-12-25 14:29:29 +01:00
37f15e1b16 run :Format 2023-12-25 14:29:10 +01:00
66137fdea3 Remove trailing empty line 2023-12-25 14:08:42 +01:00
5670348cfb autocommand: move ftplugin to autocommands 2023-12-25 12:17:23 +01:00
a88aec9556 treesitter: disable it for text edition
- LaTeX: vimtex has a better syntax analysis
- markdown: vim-pandoc-syntax
2023-12-25 11:42:24 +01:00
f6b485d0a6 minor: fix dependency for neorg 2023-12-25 11:40:13 +01:00
2586b6ff87 neorg: treesitter parsers install
* https://github.com/nvim-neorg/neorg#treesitter
2023-12-25 10:47:08 +01:00
e7334ea6e7 lsp: use installed rust-analyzer instead of Mason 2023-12-25 10:34:22 +01:00
432fabeed0 autocommand: Fix unmap function to check if the keymap exists before deleting 2023-12-25 10:11:44 +01:00
faa55e3664 lsp: add my usual LSPs to the config 2023-12-25 10:11:04 +01:00
c2a04d310e colorscheme: light theme
- Otherwise was dark in tmux
2023-12-25 09:24:09 +01:00
e7f13d002d complete: luasnip configuration 2023-12-24 23:43:35 +01:00
00aa5e7ce8 use markdown friendly-snippets in pandoc documents 2023-12-24 23:36:46 +01:00
34de9c7f85 complete: some remaps from my former configuration 2023-12-24 23:36:18 +01:00
6d26e62cee Add augroup to autocommand 2023-12-24 22:42:24 +01:00
6254bfe4d0 markdown: mail bindings + formatoptions for convenience
- emails in markdown: https://blog.epheme.re/tips/vim-md-emails.html
2023-12-24 22:40:34 +01:00
9edbeeaae4 telescope: add git bindings 2023-12-24 22:10:31 +01:00
bbbd416de5 mappings: add <esc> working in terminal mode + <leader>y to copy
+ rename vim.keymap.set with keymap
2023-12-24 22:08:52 +01:00
fad7bc2ae5 autocommands for pandoc 2023-12-24 21:48:21 +01:00
d377f3432a Manage folds 2023-12-24 19:17:20 +01:00
ef8f52e152 Don't use "+ as default clipboard 2023-12-24 18:03:27 +01:00
7b58afb384 Add remark 2023-12-24 18:03:11 +01:00
fc11e9b3f3 Remove which-key for operators (was annoying) 2023-12-24 18:02:35 +01:00
689bb2024d Add description to neorg commands 2023-12-24 17:00:11 +01:00
c506a7ea78 Add autocmd for neorg files 2023-12-24 16:55:49 +01:00
0e8587b461 Neorg configuration 2023-12-24 12:34:08 +01:00
b420fa2111 Some BÉPO mappings for vimtex 2023-12-24 12:27:55 +01:00
050a484742 add vimtex configuration 2023-12-24 12:03:32 +01:00
50bdcab579 Lazy: add some plugins 2023-12-24 12:03:14 +01:00
d864f6f7f7 Testing "+ as default register for yank/paste 2023-12-24 11:55:19 +01:00
4a7fac5e9f readme.md: smaller titles 2023-12-24 11:54:25 +01:00
723b6d53c6 readme.md: NVIM_APP description 2023-12-24 11:53:58 +01:00
890ebdda9b .gitignore 2023-12-24 11:50:21 +01:00
1a27b5f82d init.lua: move treesitter config to treesitter-configure.lua 2023-12-24 11:49:17 +01:00
c37fc7a344 bepo.lua: remove unused keymaps 2023-12-24 11:44:57 +01:00
a962afd7e2 init.lua: consistent linespaces 2023-12-24 11:41:31 +01:00
0bd90e19d4 lazy-config -> lazy-configure 2023-12-24 11:41:17 +01:00
f522d09696 init.lua: move telescope config to telescope-configure 2023-12-24 11:40:29 +01:00
7ce423fade init.lua: move cmp config to lua/complete.lua 2023-12-24 11:38:06 +01:00
0322b4539b init.lua: move lsp config to lua/lsp 2023-12-24 11:35:33 +01:00
d99358afc3 readme.md + init.lua: typo 2023-12-24 11:32:24 +01:00
523bda1a4f readme.md 2023-12-24 11:30:17 +01:00
4e2d151575 Add after/plugin/mappings.lua to resolve remap conflicts 2023-12-24 11:27:34 +01:00
c0c294c4c8 init.lua: move mappings to lua/mappings.lua 2023-12-24 11:26:30 +01:00
686b31c6e0 init.lua: Move general options to lua/general-options.lua 2023-12-24 11:24:18 +01:00
36bf94705a Move Lazy configuration to a separate file
- In lua/lazy-config.lua
2023-12-24 11:21:58 +01:00
c9db10beb8 Generic options 2023-12-24 11:15:52 +01:00
d2469628a5 Restore last position when opening a buffer 2023-12-24 00:07:05 +01:00