Skip to content

naoki344/naovim

Repository files navigation

naovim

インストール方法

vimのインストール

  • brew install neovim
  • anyenv,nodenv,npm,yarnをインストールする
  • ~/.config/nvim にこのリポジトリを保存しておく
  • pip3 install neovim

cocの準備

  • :call coc#util#install()
  • :CocInstall coc-json

pythonの準備

  • :CocInstall coc-jedi
  • pip3 install jedi-language-server(使っているenv環境のpipでinstallする)

ripgrepのinstall(vim-ripgrep用)

brew install ripgrep
brew install fd

Vimium chromeをvimらいくにする

  • Insert your preferred key mappings here.
  • map h goBack
  • map l goForward
  • map H previousTab
  • map L nextTab
  • map i LinkHints.activateMode
  • map I LinkHints.activateModeToOpenInNewTab

GOの設定

以下をinstallする

go install golang.org/x/tools/gopls@latest

pythonの設定

  • 以下をinstallする
pip install jedi-language-server
  • :CocInstall coc-jedi をneovimで実行

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published