Skip to content
/ nvim Public

💡 A personal neovim configuration with UltiSnips

License

Notifications You must be signed in to change notification settings

oeyoews/nvim

Repository files navigation

neovim

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

Proxy

git proxy

# 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