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
- Host: GitHub
- URL: https://github.com/oeyoews/nvim
- Owner: oeyoews
- License: mit
- Created: 2022-06-21T08:11:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T01:19:08.000Z (9 months ago)
- Last Synced: 2025-04-04T15:19:07.405Z (6 months ago)
- Topics: configuration, configurations, customize, dotfiles, editor, linux, lua, neovim, neovim-lua, nvim, oeyoew, ultisnips, vim, vimrc
- Language: Lua
- Homepage:
- Size: 5.61 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> 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)