aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config
Commit message (Collapse)AuthorAgeFilesLines
* [nvim] limit zettelkasten grep to zettelsHEADportedmasterFederico Igne2023-04-051-2/+1
|
* [nvim] add experimental support for note resource folders in zettelFederico Igne2023-02-221-0/+17
|
* [nvim] set cursorline highlightFederico Igne2023-02-221-0/+3
|
* [nvim] enable codeblock syntax highlight for a selection of langsFederico Igne2023-02-221-0/+2
|
* [nvim] limit zettel autocommands to Markdown notesFederico Igne2023-02-222-2/+17
|
* [nvim] add autocapitalization for Dockerfile keywordsFederico Igne2023-02-222-0/+41
|
* [nvim] improve C++ bindings for cmake/docker tasksFederico Igne2023-02-222-14/+43
|
* [nvim] fix mapping for popup terminalFederico Igne2023-02-221-2/+2
|
* [nvim] add default config for docker taskFederico Igne2023-02-221-0/+6
|
* [nvim] add mapping to tag commit with prepopulated messageFederico Igne2023-02-221-0/+24
|
* [nvim] make LSP config more modularFederico Igne2023-02-222-24/+43
|
* [nvim] fix codeblocks metadata order in MarkdownFederico Igne2023-02-221-1/+1
|
* [nvim] add experimental task to manage docker composeFederico Igne2023-02-221-0/+55
|
* [nvim] allow popup terminal to run custom commandFederico Igne2023-02-221-10/+15
|
* [nvim] add git-log quickfix navigation filtered on current fileFederico Igne2023-02-041-0/+1
|
* [nvim] add three-way diff binding to manage merge conflictsFederico Igne2023-02-041-1/+2
|
* [nvim] add neovim-tasks and debugterm pluginsFederico Igne2023-02-042-0/+97
|
* [nvim] add syntax plugin for Pandoc MarkdownFederico Igne2022-11-151-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-073-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] fix deprecations introduced with v0.6.1Federico Igne2022-02-211-3/+3
|
* [nvim] Add `\cite{.}` to texFederico Igne2022-02-161-0/+2
|
* [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-292-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-013-7/+62
|
* [nvim] Add telescope.nvim and zen-mode.nvim pluginsFederico Igne2021-10-272-17/+60
|
* [nvim] Add vim-{commentary,surround} pluginsFederico Igne2021-10-271-0/+2
|
* [nvim] Add nnn integrationFederico Igne2021-10-272-0/+26
|
* [nvim] Add sensible "buffer delete" commandFederico Igne2021-10-272-5/+14
|
* [nvim] Add checkpoints and smart parensFederico Igne2021-10-264-36/+65
|