aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/nvim/lua.lua
Commit message (Collapse)AuthorAge
* fix lspfuzzy for nvim 0.11HEADmasterYaroslav de la Peña Smirnov5 days
| | | | | nvim 0.11 broke lspfuzzy references menu and now I've got to use this hack in the config.
* treesitter: move config to lua.vimYaroslav de la Peña Smirnov2025-03-24
| | | | Also install and use protobuf parser.
* rust: replace rls with rust-analyzerYaroslav de la Peña Smirnov2025-01-17
|
* add lsp and treesitter zig configsYaroslav de la Peña Smirnov2024-08-08
|
* lsp: set icons and organize configYaroslav de la Peña Smirnov2024-06-07
* Set icons for LSP diagnostics and completion. * Move the lua part of the config into a different file.