Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port(neovim): porting config to NixOS | Federico Igne | 2022-12-18 | 21 | -2004/+0 |
| | |||||
* | [nvim] add syntax plugin for Pandoc Markdown | Federico Igne | 2022-11-15 | 2 | -0/+7 |
| | |||||
* | [nvim] add support for clangd LSP | Federico Igne | 2022-11-05 | 2 | -3/+7 |
| | |||||
* | [nvim] use flex layout for telescope | Federico Igne | 2022-11-05 | 1 | -2/+10 |
| | |||||
* | [nvim] add initial setup for tags generation | Federico Igne | 2022-10-28 | 5 | -0/+60 |
| | |||||
* | [nvim] Fix zettel link insertion and add new mappings | Federico Igne | 2022-10-28 | 2 | -5/+6 |
| | |||||
* | [nvim] remove tab-aware sessions | Federico Igne | 2022-10-28 | 2 | -18/+2 |
| | |||||
* | [nvim] conceal markdown by default | Federico Igne | 2022-10-28 | 2 | -1/+18 |
| | |||||
* | [neovim] Add commands to interface with Zettel functionality | Federico Igne | 2022-10-14 | 1 | -1/+19 |
| | |||||
* | [zettel] add support for experimental Zettelkasten | Federico Igne | 2022-10-11 | 3 | -0/+230 |
| | |||||
* | [neovim] Add next/prev diagnostic mappings to LSP config | Federico Igne | 2022-05-13 | 1 | -3/+2 |
| | |||||
* | [neovim] Autowrite (on :make and similar) | Federico Igne | 2022-05-07 | 1 | -0/+5 |
| | |||||
* | [nvim] Add support for JSON lTeX settings | Federico Igne | 2022-05-07 | 4 | -16/+109 |
| | | | | | This also comes with some additional improvements on the integration between lTeX and neovim. | ||||
* | [nvim] Add brief region highlight on yank | Federico Igne | 2022-04-01 | 1 | -0/+2 |
| | |||||
* | [nvim] make Visual highlight more subtle | Federico Igne | 2022-03-26 | 1 | -18/+3 |
| | |||||
* | [nvim] Add more mappings and abbreviation for LaTeX | Federico Igne | 2022-03-11 | 1 | -8/+22 |
| | |||||
* | [nvim] Add lTeX LSP as spell/grammar checking alternative | Federico Igne | 2022-03-09 | 2 | -21/+101 |
| | |||||
* | [nvim] Add arrow abbreviations in (La)TeX | Federico Igne | 2022-03-08 | 1 | -0/+30 |
| | | | | | Note that this is still written in VimScript because the corresponding Lua API is missing at the time of writing. | ||||
* | [nvim] Turn off syntax highlighting during spell checking | Federico Igne | 2022-03-05 | 5 | -46/+238 |
| | | | | | Syntax highlighting is not really turned off but all text-related highlighting groups are set to gray with a special "off" colorscheme. | ||||
* | [nvim] bulk update of submodules/plugins | Federico Igne | 2022-02-22 | 12 | -0/+0 |
| | |||||
* | [nvim] fix deprecations introduced with v0.6.1 | Federico Igne | 2022-02-21 | 1 | -3/+3 |
| | |||||
* | [nvim] Add `\cite{.}` to tex | Federico Igne | 2022-02-16 | 1 | -0/+2 |
| | |||||
* | Add mythic.nvim plugin | Federico Igne | 2022-01-31 | 1 | -0/+0 |
| | |||||
* | [nvim] Add 'jobid' to focused terminal statusline | Federico Igne | 2022-01-30 | 1 | -4/+15 |
| | |||||
* | [nvim] Expose window commands in terminal mode via Ctrl-W | Federico Igne | 2022-01-30 | 1 | -0/+1 |
| | |||||
* | [nvim] Update LSP configuration for Scala Metals and Rust Analyzer | Federico Igne | 2022-01-29 | 3 | -13/+52 |
| | |||||
* | [nvim] Rework checkpoint definitions | Federico Igne | 2022-01-29 | 4 | -25/+113 |
| | |||||
* | [nvim] Add markdown specific options | Federico Igne | 2021-11-04 | 1 | -0/+67 |
| | |||||
* | [nvim] Improve checkpoint handling and mappings | Federico Igne | 2021-11-04 | 4 | -5/+55 |
| | | | | | | Note that apparently the `vim-surround` has support for inserting parens in insert mode and might be useful to simplify some come. Try out the default keybindings for that. | ||||
* | [nvim] Add support for Rust Analyzer as Rust language server | Federico Igne | 2021-11-04 | 2 | -2/+9 |
| | |||||
* | [nvim] Add nvim-lspconfig plugin and configuration for Scala Metals | Federico Igne | 2021-11-01 | 4 | -7/+62 |
| | |||||
* | [nvim] Move Neovim related bash config to their own file | Federico Igne | 2021-10-28 | 1 | -0/+16 |
| | |||||
* | [nvim] Add telescope.nvim and zen-mode.nvim plugins | Federico Igne | 2021-10-27 | 5 | -17/+60 |
| | |||||
* | [nvim] Add vim-{commentary,surround} plugins | Federico Igne | 2021-10-27 | 3 | -0/+2 |
| | |||||
* | [nvim] Add nnn integration | Federico Igne | 2021-10-27 | 3 | -0/+26 |
| | |||||
* | [nvim] Add sensible "buffer delete" command | Federico Igne | 2021-10-27 | 2 | -5/+14 |
| | |||||
* | [nvim] Add checkpoints and smart parens | Federico Igne | 2021-10-26 | 4 | -36/+65 |
| | |||||
* | [nvim] Add initial config files for NeoVim | Federico Igne | 2021-10-26 | 14 | -0/+846 |