Skip to content

libChan/nvim-configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim Configuration

This is A simple lua-based configuration for nvim[>= 0.5.0]. Testing env is WSL2[Ubuntu 20.04]. Will update detail later.

nvim
├── README.md
├── coc-settings.json
├── init.vim                      # entrance, load lua config files 
├── lua                     
│   ├── basic.lua                 # neovim basic config  
│   ├── keybindings.lua           # key binding
│   ├── lsp                       # language server protocol
│   ├── plugin-config             # plugin configs  
│   │   └── ......
│   └── plugins.lua               # plugin manage
└── plugin
    └── packer_compiled.lua

Editor:

Plugin Manager:

Plugins:

LSP:

Theme:

Feature

  • 关掉当前窗口(bufferline-':bdelete %d')
  • (done)auto-fix: based on coc.nvim, map to f.
  • (done)jj映射到esc
  • (done)fzf当前文件夹查找class: fzf-lua, find file map to .
  • rewrite coc.nvim config to lua
  • vim tutuor过一遍
  • (done)快速注释: 解决windows粘贴键冲突,C-v进入visual mode,选择+I+comment+esc*2
  • (done)剪切多行: number + dd
  • (done)快捷键保存/自动保存: map to :w!
  • markdown自动生成表格
  • fzf-lua全局搜索类名

Reference

About

Personal configuration for nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published