Skip to content

heeuid/lvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lvim

my lunarvim setting

Structure

  • lvim/
    • A directory including user-defined config. files for lunarvim
  • lvim.sh
    • A script for building/install nvim/lvim and setting configs
      • lvim.sh build
      • lvim.sh config

Usage

  1. install neovim & lunarvim
    • lvim.sh build for ubuntu
  2. configure lvim
    • lvim.sh config for ubuntu
  3. open lunarvim
    • lvim [file]
  4. key bindings
    • check with lvim/lua/settings/which_key.lua
    • In lvim, press a key.
      If it is registered, then you'll be able to see the list of shortcut keys that start with it.

Error

  • If icons are broken, then install nerd-font and change terminal font into it.

vim

Neovim has lots of plugins and is slower than vim. When you open large files
whose size is thousands MB, it may open slowly. So in that case, use vim.

  1. ./vim.sh build for plug.vim
  2. ./vim.sh config

About

my lunarvim setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors