vim

Neovim Plugin Notes

2021-04-27 约 451 字 预计阅读 1 分钟
Neovim的插件使用汇总,记录一些快捷键和简单的配置 nvim-tree Homepage: nvim-tree.lua KeyBindings move around like in any vim buffer <CR> or o on .. will cd in the above directory <C-]> will cd in the directory under the cursor <BS> will close current opened directory or parent type a to add a file. Adding a directory requires leaving a leading /
Read More

Neovim Notes

2021-04-25 约 3181 字 预计阅读 7 分钟
Neovim-0.5版本集成了LSP,并且内置用lua来配置vim和编写vim插件,本来4月18号就该发布0.5版本了,已经过期7天了,还好可以使用nightl
Read More

Complete Practical Vim 1 - Basic

2021-04-25 约 6872 字 预计阅读 14 分钟
Vim已经到了8.2版本,使用vim也有一些年头了,无论什么IDE都会配置成VIM的模式,一篇文档不足以包含vim的全部内容,这里记录的可能只有20%, 但是在编
Read More