| Age | Commit message (Collapse) | Author |
|
Transition from init.vim to init.lua
|
|
|
|
|
|
update setup doc
|
|
|
|
update readme about mappings
|
|
|
|
1. add mapping for gJ
2. remove mappings for <C-H>, since I rarely use them
|
|
buffers
|
|
|
|
|
|
|
|
Due to packaging issue, nvim version 0.7.2 for macOS does not have
`:language` command built in, see also neovim/neovim#19127.
|
|
fix: trailing white sapces do not show as expected
|
|
The plugin whitespace.nvim has changed its internal implementation.
It is not reliable to depend on external plugins.
|
|
add setup for javascript
|
|
|
|
|
|
auto-save.nvim is erroring out
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are errors with nvim 0.7.
|
|
|
|
This will help use to check signature help without it being overwritten
by diagnostic popups.
|
|
|
|
|
|
|
|
|
|
|
|
The issue has been fixed by the maintainer.
|
|
|
|
|
|
|
|
|
|
Fix deprecated options
|