https://github.com/walkersumida/nvim
https://github.com/walkersumida/nvim
lazyvim lspconfig neovim nvim vim vimrc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walkersumida/nvim
- Owner: walkersumida
- License: mit
- Created: 2024-01-27T03:55:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-04T14:39:26.000Z (3 months ago)
- Last Synced: 2026-04-04T16:51:57.131Z (3 months ago)
- Topics: lazyvim, lspconfig, neovim, nvim, vim, vimrc
- Language: Lua
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Require
- Neovim >= 0.11.0
- [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
- [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 git@github.com:walkersumida/nvim.git
```
### Starting Neovim
```sh
nvim
```
### Confirm Linters
After starting Neovim, check the linters with the following command. Install linters as needed.
```sh
:ConformInfo
```
## Included Plugins
TODO
## Key Mappings
TODO