1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-22 21:17:59 +00:00
dotfiles/.config/nvim/README.md

21 lines
488 B
Markdown
Raw Normal View History

2022-10-01 13:46:18 +02: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 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
* Optional for copilotchat: `sudo luarocks install --lua-version 5.1 tiktoken_core`
* [md-lsp](https://github.com/matkrin/md-lsp.git)