Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y9c/myneovim.lua
lua based nvim config
https://github.com/y9c/myneovim.lua
copilot dotfiles linux lsp lua neovim nvim packer vim
Last synced: 5 days ago
JSON representation
lua based nvim config
- Host: GitHub
- URL: https://github.com/y9c/myneovim.lua
- Owner: y9c
- License: mit
- Created: 2021-02-10T14:44:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T07:04:51.000Z (7 months ago)
- Last Synced: 2024-05-02T20:56:46.121Z (7 months ago)
- Topics: copilot, dotfiles, linux, lsp, lua, neovim, nvim, packer, vim
- Language: Lua
- Homepage:
- Size: 247 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim config by pure lua
## How to use?
1. install the lastest version of neovim from source
```bash
git clone https://github.com/neovim/neovim.git --depth 1
make CMAKE_BUILD_TYPE=RelWithDebInfo
make install
```2. clone this repo into your nvim config
```bash
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/y9c/myneovim.lua.git ~/.config/nvim --depth 1
```3. run `Lazy` command in nvim for setup
```
:Lazy
```4. start to use
- update tree-sitter parser
```vim
:TSUpdate
```- Enable Copilot
```vim
:CopilotAuth
```- Install lsp plugin you want, enter
```vim
l l
```
Copyright © 2020-present
Chang Y