1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

NeoVimのオレオレ環境を作ってみた

Last updated at Posted at 2024-07-27

概要

久しぶりにNeoVimでコーディング作業がしたい!と思い1からneovimのプラグインを選定し、セットアップしたのでついでにGitHubに公開してみんなに共有しよう!と、この記事を書いています。

目次

NeoVimとは

NeoVimとは古くからあるVimというエディタをよりモダンに拡張性や使いやすさのために刷新したVimの派生テキストエディタ
Vimと比べて以下のような相違点がある

  • よりデベロッパフレンドリーなAPIや各種機能
  • Luaランタイムを備えているため、Lua言語による設定の記述が可能
  • Tree-sitter(パーサー) による強力な構文解析機能
    • より正確なsyntax highlight等
  • 組み込みLSP(Language Server Protocol) クライアント

現在のセットアップ

現在の私のNeoVimはこんな感じ
neovim.png
fzfやシンタックスハイライト、ファイラーやタブラインにバッファライン装飾のプラグイン、Toggle Term等が導入されている
操作向上系プラグインにはVScodeライクにスコープを開閉できるプラグイン等もある

導入方法

詳しくは私のリポジトリhihimamu.nvimRequiredInstallを見ること

最後に

今回私がセットアップしたNeoVimで多くの方のNeoVimライフが充実することを心より願います。
また、私のNeoVimを彩ってくれたPluginsの皆様、ありがとうございました!

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?