2022-10-01 13:46:18 +02:00
|
|
|
# Neovim configuration files
|
|
|
|
|
2023-09-10 11:56:22 +02:00
|
|
|
Neovim conf heavily adapted to suit my needs, formerly based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide).
|
2022-10-10 18:36:24 +02:00
|
|
|
|
2024-05-20 20:12:55 +02:00
|
|
|
## Extra requeriments (Arch Linux package names)
|
2022-10-10 18:36:24 +02:00
|
|
|
|
|
|
|
* ripgrep
|
|
|
|
* fd
|
|
|
|
* git-delta
|
|
|
|
* bat
|
|
|
|
* prettier
|
|
|
|
* stylua
|
|
|
|
* python-cfn-lint
|
2023-07-03 19:16:33 +02:00
|
|
|
* python-black
|
2024-02-10 16:15:03 +01:00
|
|
|
* python-debugpy
|
2023-01-20 20:21:47 +01:00
|
|
|
* hadolint
|
2023-07-03 19:16:33 +02:00
|
|
|
* revive
|
2023-07-21 15:56:56 +02:00
|
|
|
* tree-sitter-cli
|
2024-03-17 18:25:34 +01:00
|
|
|
* Optional for copilotchat: `sudo luarocks install --lua-version 5.1 tiktoken_core`
|
2025-02-08 18:14:10 +01:00
|
|
|
* [md-lsp](https://github.com/matkrin/md-lsp.git)
|