Commit Graph

62 Commits

Author SHA1 Message Date
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
0ebd500c03 readme.md: add a link to the corresponding blog post 2023-12-25 19:55:05 +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
c4e6cea2bd ignore spell/ directory 2023-12-25 16:02:49 +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
c03ea41065 spell: remove some debug information 2023-12-25 15:43:56 +01:00
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