https://github.com/bastidood/neovim-rc
My Neovim-related configuration files.
https://github.com/bastidood/neovim-rc
lua neovim
Last synced: 5 months ago
JSON representation
My Neovim-related configuration files.
- Host: GitHub
- URL: https://github.com/bastidood/neovim-rc
- Owner: BastiDood
- Created: 2021-07-10T15:32:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T03:32:38.000Z (over 1 year ago)
- Last Synced: 2025-09-09T16:16:46.072Z (11 months ago)
- Topics: lua, neovim
- Language: Lua
- Homepage:
- Size: 352 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# External Dependencies
* [Git](https://git-scm.com/)
- Required by [lazy.nvim](https://github.com/folke/lazy.nvim) for plugin management.
- Required by [vim-fugitive](https://github.com/tpope/vim-fugitive) for Git integration support.
* [Rustup](https://www.rust-lang.org/tools/install)
- Toolchain manager for the [Rust programming language](https://www.rust-lang.org/).
- Used for Rust language server support.
- Required by [rust.vim](https://github.com/rust-lang/rust.vim) for Cargo integration.
* [Treesitter CLI](https://github.com/tree-sitter/tree-sitter)
- Required by [Neovim's Treesitter integration](https://github.com/nvim-treesitter/nvim-treesitter) for parsing and highlighting support.
* [LLVM Toolchain](https://releases.llvm.org/download.html)
- Required by [Neovim's Treesitter integration](https://github.com/nvim-treesitter/nvim-treesitter) for compiling C-based parsers.
* [fd](https://github.com/sharkdp/fd)
- Required by [Telescope's built-in file picker](https://github.com/nvim-telescope/telescope.nvim#file-pickers).
* [ripgrep](https://github.com/BurntSushi/ripgrep)
- Required by [Telescope's built-in file picker](https://github.com/nvim-telescope/telescope.nvim#file-pickers).
# Language Dependencies
* [Python](https://www.python.org/downloads/)
- Used for Python language server support.
* [Deno](https://deno.land/)
- Used for TypeScript development with Deno.
* [Clangd](https://clangd.llvm.org/)
- Included with the [LLVM Toolchain](https://releases.llvm.org/download.html).
- Used for C/C++ language server support.
* [Node.js](https://nodejs.org/en/download/current/)
- Used for JavaScript/TypeScript language server support.
- NPM also provides several other binaries used by some language servers.
* [CMake](https://cmake.org/download/)
- Used for CMake-based C++ projects.