Fork the LazyVim starter template for myself.
-
(Option) Create the directory of
~/.config/.[ chusiang@linux ~ ] $ mkdir -p ~/.config/
-
Clone this project.
[ chusiang@linux ~ ] $ git clone https://github.com/chusiang/lazyvimrc.git ~/.config/nvim
-
(Option) Remove the
.gitfolder, if you want push to your repo.[ chusiang@linux ~ ] $ rm -rf ~/.config/nvim/.git
-
Start the NeoVim !
[ chusiang@linux ~ ] $ nvim
- Colorscheme: base16-tomorrow-night-eighties
- Font: SauceCodePro Nerd Font
Add or replace some plugins:
-
pearofducks/ansible-vim -> lazyvim.plugins.extras.lang.ansible
-
preservim/tagbar -> hedyhli/outline.nvim (
<leader>cs) -
scrooloose/nerdtree (
<leader>e) -> nvim-neo-tree/neo-tree.nvim (<leader>fe) -
vim-scripts/mru.vim (
<leader>m) -> nvim-telescope/telescope.nvim (<leader>fr) -
vim-scripts/EnhCommentify.vim (
<leader>x) -> nvim-treesitter/nvim-treesitter-textobjects (vgc)comment textobject
TODO:
Discard: