Skip to content
/ lazyvimrc Public template
forked from LazyVim/starter

Starter template for LazyVim

License

Notifications You must be signed in to change notification settings

chusiang/lazyvimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVimRC

Fork the LazyVim starter template for myself.

Installation

  1. (Option) Create the directory of ~/.config/ .

    [ chusiang@linux ~ ]
    $ mkdir -p ~/.config/
  2. Clone this project.

    [ chusiang@linux ~ ]
    $ git clone https://github.com/chusiang/lazyvimrc.git ~/.config/nvim
  3. (Option) Remove the .git folder, if you want push to your repo.

    [ chusiang@linux ~ ]
    $ rm -rf ~/.config/nvim/.git
  4. Start the NeoVim !

    [ chusiang@linux ~ ]
    $ nvim

https://www.lazyvim.org/installation

Appearance

  1. Colorscheme: base16-tomorrow-night-eighties
  2. Font: SauceCodePro Nerd Font

Plugins

Add or replace some plugins:

  1. chriskempson/base16-vim

  2. dawikur/base16-vim-airline-themes

  3. nvim-treesitter/nvim-treesitter-context

  4. pearofducks/ansible-vim -> lazyvim.plugins.extras.lang.ansible

  5. preservim/tagbar -> hedyhli/outline.nvim (<leader>cs)

  6. scrooloose/nerdtree (<leader>e) -> nvim-neo-tree/neo-tree.nvim (<leader>fe)

  7. vim-scripts/mru.vim (<leader>m) -> nvim-telescope/telescope.nvim (<leader>fr)

  8. vim-scripts/EnhCommentify.vim (<leader>x) -> nvim-treesitter/nvim-treesitter-textobjects (vgc)

    comment textobject

  9. gko/vim-coloresque -> echasnovski/mini.hipatterns

TODO:

  1. mattn/calendar-vim

Discard:

  1. maps/marp-nvim

Reference

About

Starter template for LazyVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%