mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-10 06:11:12 +00:00
20 lines
438 B
Markdown
20 lines
438 B
Markdown
# Neovim configuration files
|
|
|
|
Neovim conf heavily adapted to suit my needs, formerly based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide).
|
|
|
|
## Extra requeriments (Linux arch package names)
|
|
|
|
* ripgrep
|
|
* fd
|
|
* git-delta
|
|
* bat
|
|
* prettier
|
|
* stylua
|
|
* python-cfn-lint
|
|
* python-black
|
|
* python-debugpy
|
|
* hadolint
|
|
* revive
|
|
* tree-sitter-cli
|
|
* Optional for copilotchat: `sudo luarocks install --lua-version 5.1 tiktoken_core`
|