タグ

neovimとdeopleteに関するU1and0のブックマーク (2)

  • NeovimでモダンなPython環境を構築する - Qiita

    経緯 転職してPythonメインの会社で働いてます エディタハラスメントはなくなってVim使ってもいい会社です VimPythonをゴリゴリかける環境を作ろう 追記 以前この記事を書いてからそこそこ経ちました。 いまだに、たまにイイねとかが飛んできて、ありがたい気持ちとともに、 記事作成当時とはだいぶvimrcも代わり、内容が古いままで申し訳ないなと思い追記をさせて頂きました。 各プラグインの設定も記載したので参考にしていただければ幸いです。 なお一通り設定するとこうなります。 必須 会社に入ってからvimの設定をすべてneovim用に書き直しました。 今環境構築するならサクサク動くneovimでやってやりましょう。 vim8のプラグイン対応状況が変わり、deoplete以外であればvim8で動きます。 しかし私はdeopleteが使いたいのでneovimです。 neovim 0.2.0

    NeovimでモダンなPython環境を構築する - Qiita
  • Setting up Python for Neovim

    The main advantages of using Python in plugins is that it enables plugins to have access to network sockets, and perform long-running or expensive operations in the background without freezing the Vim UI. This is the reason it is commonly used with completion plugins. Vim plugins are able to execute Python code when Vim is compiled with Python support. However, default system installations of Vim

    Setting up Python for Neovim
    U1and0
    U1and0 2018/03/22
    neovimをpython仮想環境にインストールする必要があるらしい。neovimを立ち上げる前に仮想環境pythonが立ち上がっているのを確認すること。sourceしたはずなのに立ち上がっていなかったのでdeactivate/activateもう一回やった
  • 1