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: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreamsofcode-io/neovim-python
- Owner: dreamsofcode-io
- Created: 2023-06-04T03:13:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T04:40:51.000Z (7 months ago)
- Last Synced: 2024-08-01T16:48:27.766Z (3 months ago)
- Language: Lua
- Size: 5.86 KB
- Stars: 164
- Watchers: 3
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```