Neovim plugins I personally use.
  • Lua 61.6%
  • Vim Script 38.4%
Find a file
dalmurii 181f3c7fb5 Changes to be committed:
- modified:   start-nvim.lua
2026-07-09 02:18:15 +09:00
.gitignore update: separated vim from nvim 2026-05-25 01:55:34 +09:00
coc-settings.json update: separated vim from nvim 2026-05-25 01:55:34 +09:00
init.vim changed colorschme 2026-06-20 23:04:56 +09:00
README.md update: readme 2026-05-28 21:27:58 +09:00
start-nvim.lua Changes to be committed: 2026-07-09 02:18:15 +09:00
start-vim.vim changed colorschme 2026-06-20 23:04:56 +09:00

dalmurii::nvim

This is a bunch of neovim config files.
It contains basic features and utilities.

Bootstraping

Following guide would be for vim/nvim after installation.

Requirements

  • llvm project
  • clangd
  • ccls
  • vim or neovim
  • ninja (for you to use it out of the box)

neovim root directory

to get the root directory you want, you could open neovim and run following command

echo stdpath('config')

Expected Root Directory

For vim & nvim

git clone https://talkischeap.work.gd/dalmurii/nvim <your neovim root>

Initiating Vim-Plug

For vim, you will need to initialise a vim-plug for package

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

For neovim

  • not required

For vim to use it (vimrc)

You will need your ~/.vimrc file to see it.

source ~/.config/nvim/init.vim