Neovim セットアップの諸々
Table of Contents
- Introduction
- Get Started : How to install neovim.
- Your First Config File : Create your first config file and manage it with git.
- Plugin Configs : Work with plugins.
- 00 - 80 config : How to setup useful plugins
- Themes : List of many other themes I recommend.
- Plugins : List of many other plugins I recommend.
最終的な見た目
colorscheme = vscode-> /10-color-config
- Telescope Fuzzy Find Files -> /15-telescope-config
- Telescope Fuzzy Project Search -> /15-telescope-config
- Neo-tree (Explorer) -> /20-utility-config
- Git Managements -> /30-git-config
気を付けてほしいこと
- ここにあるすべての設定を入れたらオーバースペックです
- 取捨選択して取り入れましょう
- 設定は時々壊れます。根気よく直すか Issue を探しましょう
- いざというときのためにプラグインに依存しない使い方も学びましょう
- Vim は楽しいぞい
Notes
- My configuration files
~/.config/
└ nvim/ https://git.esslab.jp/takuto/dotfiles/-/tree/master/nvim
└ lua/ https://git.esslab.jp/takuto/dotfiles/-/tree/master/nluaLast updated on October 27, 2022