MacのAlacrittyのtmuxでneovim
Sometimes setting ‘termguicolors’ is not enough and one has to set the t_8f and t_8b options explicitly. Defau… 続きを読む »
Sometimes setting ‘termguicolors’ is not enough and one has to set the t_8f and t_8b options explicitly. Defau… 続きを読む »
MacのiTerm2でtmuxの中でnvimすると色が変になってしまうことがあったので設定を調べました。 init.vimに以下を設定します。 ~/.tmux.confに以下を設定します。 これで綺麗に表示されるようにな… 続きを読む »
nvimでPythonを書く時にcoc.nvimにLSPを任せているのですが、pylintが仮想環境に入れているパッケージを見つけられないというエラーを出していました。 Pythonのコードの実行についてはvimcmdl… 続きを読む »