Skip to content

kevinm6/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim config

v0.10

Lua GitHub last commit GitHub


Theme: knvim-theme

screenNvim1

screenNvim2


Written mostly in Lua

Most used plugins


Try with Docker

  docker run -w /root -it --rm alpine:edge sh -uelic '
    apk add git lazygit neovim ripgrep alpine-sdk --update
    git clone https://github.com/kevinm6/kurayami.nvim ~/dev/kurayami.nvim
    git clone https://github.com/kevinm6/nvim ~/.config/nvim
    cd ~/.config/nvim
    nvim
  '