Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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