Ecosyste.ms: Awesome

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

https://github.com/dreamsofcode-io/neovim-python


https://github.com/dreamsofcode-io/neovim-python

Last synced: 27 days ago
JSON representation

Lists

README

        

# How to use

To install this for your neovim configuration

```
$ git clone [email protected]:dreamsofcode-io/neovim-python.git ~/.config/nvim/lua/custom
```

Then open up neovim and let everything install.

Restart Neovim and install the treesitter syntax

```
:TSInstall python
```