現在 Web アプリを Neovim で開発中なのですが、そのために愛用しているプラグインと設定しているオプションをご紹介します。 plugins.lua に lazy.nvim のインストール設定を書きます。 init.lua で先ほどの plugins.lua をロードします。 TokyoNight のカラースキームを ...
このnoteは #アウトプットリレーです。 はじめましての方は、はじめまして。やま さかなと申します。 今回は僕が使用しているnvimのプラグインをザックリ紹介していきます。 基本として、僕はkickstart.nvimというものをベースにしているので、こちらに ...
This plugin extension make usage of treesitter to find the nearest test to debug. Make sure you have the Go treesitter parser installed. If using nvim-treesitter plugin you can install with :TSInstall ...
Configuration in neovim can be very modular. To start with, we will have a single file config, called "init.lua". Later on we will change our configuration to be more modular. Either way will function ...