dotfiles/.config/nvim/README.md

20 lines
438 B
Markdown
Raw Permalink Normal View History

2022-10-01 11:46:18 +00:00
# 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).
2022-10-10 16:36:24 +00:00
2023-07-21 13:56:56 +00:00
## Extra requeriments (Linux arch package names)
2022-10-10 16:36:24 +00:00
* ripgrep
* fd
* git-delta
* bat
* prettier
* stylua
* python-cfn-lint
2023-07-03 17:16:33 +00:00
* python-black
2024-02-10 15:15:03 +00:00
* python-debugpy
2023-01-20 19:21:47 +00:00
* hadolint
2023-07-03 17:16:33 +00:00
* revive
2023-07-21 13:56:56 +00:00
* tree-sitter-cli
* Optional for copilotchat: `sudo luarocks install --lua-version 5.1 tiktoken_core`