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

https://github.com/oeyoews/nvim

πŸ’‘ A personal neovim configuration with UltiSnips
https://github.com/oeyoews/nvim

configuration configurations customize dotfiles editor linux lua neovim neovim-lua nvim oeyoew ultisnips vim vimrc

Last synced: 2 months ago
JSON representation

πŸ’‘ A personal neovim configuration with UltiSnips

Awesome Lists containing this project

README

          

![neovim](./snapshot.png)

> support ts, js, tailwindcss, lua, json, eslint

## NOTE

- node
- npm
- git
- gcc
- python-pynvim (ι€šθΏ‡ npm ζˆ–δ½Ώη”¨ pip3 install pynvim)
- fd
- live-server (可选)
- python (η”¨δΊŽ Ultisnip)
- tree-sitter (ι€šθΏ‡ npm)
- live-grep
- clipboard: to support system clipboard, please check :h clipboard on (neo)vim

- directly download mingw-64 https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z/download

## Proxy

## git proxy

```bash
# v2raya // windows
[http]
proxy = http://127.0.0.1:20172
[https]
proxy = https://127.0.0.1:20172
```

## Installation

https://github.com/neovim/neovim/wiki/Installing-Neovim

## Neovim Related Snippets Links

> ultisnips2vscode

- [convertsnippet snippet to json](https://pypi.org/project/ultisnips-vscode/)

- [convert](https://github.com/VincentCordobes/convert-snippets/)
- [neovimcraft](https://neovimcraft.com/)
- [awesome](https://github.com/rockerBOO/awesome-neovim)