Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vncsmyrnk/vim-config-python
My default config for using Neovim and python
https://github.com/vncsmyrnk/vim-config-python
Last synced: 11 days ago
JSON representation
My default config for using Neovim and python
- Host: GitHub
- URL: https://github.com/vncsmyrnk/vim-config-python
- Owner: vncsmyrnk
- License: apache-2.0
- Created: 2024-05-02T14:12:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:19:50.000Z (7 months ago)
- Last Synced: 2024-05-03T01:23:03.784Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-config-python
This is my local vim/nvim config using lua for python projects. Derived from https://github.com/vncsmyrnk/vim-config.git
To work properly this repo should be cloned on `~/.config/nvim` and [packer.vim](https://github.com/wbthomason/packer.nvim) must be installed.
To install it just run:
```bash
git clone --depth 1 https://github.com/vncsmyrnk/vim-config-python.git /.config/nvim
```
\**Note that the last command will override any existing nvim config*All credits to [@VonHeikemen](https://github.com/VonHeikemen).