aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* [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-221-2/+2
|
* [nvim] add default config for docker taskFederico Igne2023-02-221-0/+6
|
* [nvim] make LSP config more modularFederico Igne2023-02-221-18/+24
|
* [nvim] add neovim-tasks and debugterm pluginsFederico Igne2023-02-041-0/+44
|
* [nvim] add syntax plugin for Pandoc MarkdownFederico Igne2022-11-151-0/+7
|
* [nvim] add support for clangd LSPFederico Igne2022-11-051-0/+4
|
* [nvim] use flex layout for telescopeFederico Igne2022-11-051-2/+10
|
* [nvim] add initial setup for tags generationFederico Igne2022-10-281-0/+2
|
* [nvim] remove tab-aware sessionsFederico Igne2022-10-281-11/+1
|
* [neovim] Add commands to interface with Zettel functionalityFederico Igne2022-10-141-1/+19
|
* [neovim] Autowrite (on :make and similar)Federico Igne2022-05-071-0/+5
|
* [nvim] Add support for JSON lTeX settingsFederico Igne2022-05-071-15/+59
| | | | | 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 lTeX LSP as spell/grammar checking alternativeFederico Igne2022-03-091-16/+67
|
* [nvim] Turn off syntax highlighting during spell checkingFederico Igne2022-03-051-46/+45
| | | | | 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] Update LSP configuration for Scala Metals and Rust AnalyzerFederico Igne2022-01-291-12/+52
|
* [nvim] Improve checkpoint handling and mappingsFederico Igne2021-11-041-0/+11
| | | | | | 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-041-2/+8
|
* [nvim] Add nvim-lspconfig plugin and configuration for Scala MetalsFederico Igne2021-11-011-0/+8
|
* [nvim] Add telescope.nvim and zen-mode.nvim pluginsFederico Igne2021-10-271-2/+42
|
* [nvim] Add vim-{commentary,surround} pluginsFederico Igne2021-10-271-0/+2
|
* [nvim] Add nnn integrationFederico Igne2021-10-271-0/+22
|
* [nvim] Add sensible "buffer delete" commandFederico Igne2021-10-271-1/+4
|
* [nvim] Add checkpoints and smart parensFederico Igne2021-10-261-1/+1
|
* [nvim] Add initial config files for NeoVimFederico Igne2021-10-261-0/+396