aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua
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] limit zettel autocommands to Markdown notesFederico Igne2023-02-221-0/+15
|
* [nvim] add autocapitalization for Dockerfile keywordsFederico Igne2023-02-221-0/+31
|
* [nvim] make LSP config more modularFederico Igne2023-02-221-6/+19
|
* [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 support for clangd LSPFederico Igne2022-11-051-3/+3
|
* [nvim] add initial setup for tags generationFederico Igne2022-10-282-0/+48
|
* [nvim] Fix zettel link insertion and add new mappingsFederico Igne2022-10-281-3/+3
|
* [nvim] remove tab-aware sessionsFederico Igne2022-10-281-7/+1
|
* [zettel] add support for experimental ZettelkastenFederico Igne2022-10-112-0/+218
|
* [neovim] Add next/prev diagnostic mappings to LSP configFederico Igne2022-05-131-3/+2
|
* [nvim] Add support for JSON lTeX settingsFederico Igne2022-05-071-1/+9
| | | | | This also comes with some additional improvements on the integration between lTeX and neovim.
* [nvim] Add lTeX LSP as spell/grammar checking alternativeFederico Igne2022-03-091-5/+34
|
* [nvim] Turn off syntax highlighting during spell checkingFederico Igne2022-03-052-0/+30
| | | | | Syntax highlighting is not really turned off but all text-related highlighting groups are set to gray with a special "off" colorscheme.
* [nvim] Add 'jobid' to focused terminal statuslineFederico Igne2022-01-301-4/+15
|
* [nvim] Update LSP configuration for Scala Metals and Rust AnalyzerFederico Igne2022-01-291-1/+0
|
* [nvim] Rework checkpoint definitionsFederico Igne2022-01-291-8/+15
|
* [nvim] Improve checkpoint handling and mappingsFederico Igne2021-11-042-4/+42
| | | | | | 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-0/+1
|
* [nvim] Add nvim-lspconfig plugin and configuration for Scala MetalsFederico Igne2021-11-012-7/+54
|
* [nvim] Add checkpoints and smart parensFederico Igne2021-10-261-0/+25
|
* [nvim] Add initial config files for NeoVimFederico Igne2021-10-266-0/+399