Skip to main content

Vim

Due to I use Neovim now, the term Vim in this article refers to Neovim.

Installation​

sudo pacman -S neovim

Configurations​

My own configurations: dotfiles/nvim/.config/nvim at main · masakichi/dotfiles

yaml-language-server​

  • Using inline schema
# yaml-language-server: $schema=<urlToTheSchema>
JSON Schema Store

Find all available schemas from JSON Schema Store

Plugins​

I use packer.nvim to manage all plugins.

General​

LSP​

Completion & snippets​