Skip to content

Releases: linrongbin16/lin.vim

v10.2.3 Optimize ctrl/meta key mappings

12 Dec 10:26
Compare
Choose a tag to compare

Optimize ctrl/meta (alt/cmd) key mappings

v10.2.2 Fix incompatible colorscheme

23 Nov 07:33
Compare
Choose a tag to compare

Fix incompatible colorscheme, hide space since it's noisy, etc.

v10.2.1 Optimize search

22 Nov 08:25
Compare
Choose a tag to compare

Optimize search

  1. Use fd instead of default find in fzf file searching, for better performance.
  2. Add key mapping <Leader>gw to search word under cursor.

v10.2 - Refactor installer, fix issues

22 Nov 02:21
8217395
Compare
Choose a tag to compare

Refactor installer, fix some issues

  • Install generate better vimrc file.
  • Provide two more options for windows installer, help download and install third party dependencies and nerd font.
  • Fix coc.nvim mapping, fix word motion b mapping.

More installation options

18 Nov 16:12
Compare
Choose a tag to compare

Add more install options for specific feature choice.
Rewrite installer scripts with python, for better configuration and setting files generation.

v10.0 - Install mode

03 Nov 05:39
Compare
Choose a tag to compare

Add 3 install modes

  • Full mode: the default mode, it install all features for best user experience, while consumes unignorable CPU, memory and graphics.
  • Limit mode: for low performance device (such as old PC), use ./install.sh --limit to install. It disable extra colors, highlights and any other language servers.
  • Basic mode: for extremely restricted environment (such as production environment), which lack of network access or user authentication, use ./install.sh --basic to install. It only install pure vim configurations, without any third party softwares or vim plugins.

v9.3 - Switch to coc-git from vim-gitgutter

25 Aug 02:55
Compare
Choose a tag to compare
  • switch to coc-git since it seems better

v9.2 - Optimize installer

23 Aug 03:06
Compare
Choose a tag to compare
  • Optimize installer
  • Fix issues

v9.1 - Fix neovim installation on apt and dnf

22 Aug 23:45
Compare
Choose a tag to compare
  • use ppa:neovim-ppa/stable on apt
  • use dnf on dnf
  • remove omnisharp-vim from embeded programming language server list

v9.0 - Better installer, more lua plugins

22 Aug 22:46
Compare
Choose a tag to compare
  • Optimize install scripts
  • Optimize some configuration
  • Add more lua plugins for better features
  • Fix some issues