aboutsummaryrefslogtreecommitdiff
path: root/neovim
Commit message (Collapse)AuthorAgeFilesLines
* port(neovim): porting config to NixOSFederico Igne2022-12-1821-2004/+0
|
* [nvim] add syntax plugin for Pandoc MarkdownFederico Igne2022-11-152-0/+7
|
* [nvim] add support for clangd LSPFederico Igne2022-11-052-3/+7
|
* [nvim] use flex layout for telescopeFederico Igne2022-11-051-2/+10
|
* [nvim] add initial setup for tags generationFederico Igne2022-10-285-0/+60
|
* [nvim] Fix zettel link insertion and add new mappingsFederico Igne2022-10-282-5/+6
|
* [nvim] remove tab-aware sessionsFederico Igne2022-10-282-18/+2
|
* [nvim] conceal markdown by defaultFederico Igne2022-10-282-1/+18
|
* [neovim] Add commands to interface with Zettel functionalityFederico Igne2022-10-141-1/+19
|
* [zettel] add support for experimental ZettelkastenFederico Igne2022-10-113-0/+230
|
* [neovim] Add next/prev diagnostic mappings to LSP configFederico Igne2022-05-131-3/+2
|
* [neovim] Autowrite (on :make and similar)Federico Igne2022-05-071-0/+5
|
* [nvim] Add support for JSON lTeX settingsFederico Igne2022-05-074-16/+109
| | | | | This also comes with some additional improvements on the integration between lTeX and neovim.
* [nvim] Add brief region highlight on yankFederico Igne2022-04-011-0/+2
|
* [nvim] make Visual highlight more subtleFederico Igne2022-03-261-18/+3
|
* [nvim] Add more mappings and abbreviation for LaTeXFederico Igne2022-03-111-8/+22
|
* [nvim] Add lTeX LSP as spell/grammar checking alternativeFederico Igne2022-03-092-21/+101
|
* [nvim] Add arrow abbreviations in (La)TeXFederico Igne2022-03-081-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 checkingFederico Igne2022-03-055-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/pluginsFederico Igne2022-02-2212-0/+0
|
* [nvim] fix deprecations introduced with v0.6.1Federico Igne2022-02-211-3/+3
|
* [nvim] Add `\cite{.}` to texFederico Igne2022-02-161-0/+2
|
* Add mythic.nvim pluginFederico Igne2022-01-311-0/+0
|
* [nvim] Add 'jobid' to focused terminal statuslineFederico Igne2022-01-301-4/+15
|
* [nvim] Expose window commands in terminal mode via Ctrl-WFederico Igne2022-01-301-0/+1
|
* [nvim] Update LSP configuration for Scala Metals and Rust AnalyzerFederico Igne2022-01-293-13/+52
|
* [nvim] Rework checkpoint definitionsFederico Igne2022-01-294-25/+113
|
* [nvim] Add markdown specific optionsFederico Igne2021-11-041-0/+67
|
* [nvim] Improve checkpoint handling and mappingsFederico Igne2021-11-044-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 serverFederico Igne2021-11-042-2/+9
|
* [nvim] Add nvim-lspconfig plugin and configuration for Scala MetalsFederico Igne2021-11-014-7/+62
|
* [nvim] Move Neovim related bash config to their own fileFederico Igne2021-10-281-0/+16
|
* [nvim] Add telescope.nvim and zen-mode.nvim pluginsFederico Igne2021-10-275-17/+60
|
* [nvim] Add vim-{commentary,surround} pluginsFederico Igne2021-10-273-0/+2
|
* [nvim] Add nnn integrationFederico Igne2021-10-273-0/+26
|
* [nvim] Add sensible "buffer delete" commandFederico Igne2021-10-272-5/+14
|
* [nvim] Add checkpoints and smart parensFederico Igne2021-10-264-36/+65
|
* [nvim] Add initial config files for NeoVimFederico Igne2021-10-2614-0/+846