Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkersumida/nvim
https://github.com/walkersumida/nvim
neovim nvim vim vimrc
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/walkersumida/nvim
- Owner: walkersumida
- License: mit
- Created: 2024-01-27T03:55:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:36:06.000Z (about 1 month ago)
- Last Synced: 2024-11-13T08:28:17.692Z (about 1 month ago)
- Topics: neovim, nvim, vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Require
- [nerd-fonts](https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-installation)
- [terraform-ls](https://github.com/hashicorp/terraform-ls/blob/main/docs/installation.md)
- [fd](https://github.com/sharkdp/fd?tab=readme-ov-file#installation)## Recommend
- [jq](https://github.com/jqlang/jq)
- [ripgrep](https://github.com/BurntSushi/ripgrep?tab=readme-ov-file#installation)
- Necessary to use `live_grep` of telescope.nvim## Usage
### Git Clone
```sh
cd ~/.config
git clone [email protected]:walkersumida/nvim.git
```### Install Plugins
After starting Neovim, install plugins with the following command:
```
:PlugInstall
```## Included Plugins
TODO
## Key Mappings
TODO