Skip to content

Instantly share code, notes, and snippets.

@koralle
Last active September 7, 2022 03:18
Show Gist options
  • Save koralle/74e0c8cb0440684082cfb674602052fb to your computer and use it in GitHub Desktop.
Save koralle/74e0c8cb0440684082cfb674602052fb to your computer and use it in GitHub Desktop.
Neovim環境作る時に調べたことメモ

まずはガイドを読む

Neovimは設定をVim ScriptじゃなくてLuaで書くのがトレンドになってきているので、
まずはこのガイドを読むとよさそう

https://github.com/willelz/nvim-lua-guide-ja/blob/master/README.ja.md

おすすめプラグインを調べる

このRepositoryを見れば流行っているNeovimプラグインはある程度把握できる
https://github.com/yutkat/my-neovim-pluginlist

↑のOwnerがこのRepositoryについてZennに記事も投げてる

あとはこのZennの記事でもざっと把握できそう
https://zenn.dev/yutakatay/articles/neovim-plugins-2022

Neovim関連の情報収集

基本は:helpでヘルプを読み漁る

自分のNeovim設定

汚いけど https://github.com/koralle/dotfiles/tree/main/.nvim

設定の中身

  • LSP
  • QuickFix
  • Fuzzy Finder
  • Filer
  • Statusline
  • Bufferline
  • Treesitter
  • etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment