lin.nvim

Lin Rongbin's Neovim Distribution

MIT License

Stars
59

Bot releases are visible (Hide)

lin.nvim - v2.0.1

Published by github-actions[bot] 12 months ago

2.0.1 (2023-10-26)

Bug Fixes

  • lualine.nvim: fix gitgutter component NPE (#330) (dc7e915)
  • plugins: add vim-gitgutter as lualine dependency (#332) (74f44be)

Performance Improvements

  • conform.nvim: use prettier instead of prettierd (#328) (b8b2edb)
lin.nvim - v2.0.0

Published by github-actions[bot] almost 1 year ago

2.0.0 (2023-10-24)

⚠ BREAKING CHANGES

  • install: drop golang and move lazygit.nvim to user plugins (#326)

Features

  • mason-lspconfig.nvim: set chirdThirdParty=false for lua ls (#324) (0196772)

Bug Fixes

  • install: do not install git if exists (398cb0d)
  • install: fix legacy installer (#322) (c601326)

Performance Improvements

  • install: drop golang and move lazygit.nvim to user plugins (#326) (701698b)
  • lualine.nvim: remove deadcode (#320) (4f06922)
lin.nvim - v1.1.0

Published by github-actions[bot] about 1 year ago

1.1.0 (2023-10-24)

Features

Performance Improvements

  • neoconf.nvim: remove 'neoconf.nvim', optimize 'neodev.nvim' loading (#318) (fa1854b)
lin.nvim - v1.0.1

Published by github-actions[bot] about 1 year ago

1.0.1 (2023-10-23)

Bug Fixes

lin.nvim - v1.0.0

Published by github-actions[bot] about 1 year ago

1.0.0 (2023-10-23)

⚠ BREAKING CHANGES

  • lazy.nvim: remove 'user_plugins' module, rename 'user_plugins_blacklist' to 'plugins_blacklist' (#304)

break

  • lazy.nvim: remove 'user_plugins' module, rename 'user_plugins_blacklist' to 'plugins_blacklist' (#304) (160d7b4)

Performance Improvements

  • builtin: rewrite message with vim.api.nvim_echo API (#306) (a742675)
  • neoconf: lazy load neodev/SchemaStore, move out of neoconf's dependency (#302) (3410b41)
lin.nvim - v0.5.0

Published by github-actions[bot] about 1 year ago

0.5.0 (2023-10-21)

Features

  • fzfx.nvim: add '<space>cm' for vim commands (#297) (5984ed0)

Bug Fixes

  • git-blame.nvim: migrate 'init.lua' to 'config.lua' to enable the options (#296) (4f101fb)
  • markdown-preview.nvim: fix build (#298) (84a01b3)
  • nvim-treesitter: install 'ensure_installed.lua' for nvim-treesitter (#300) (aabc03c)

Performance Improvements

lin.nvim - v0.4.2

Published by github-actions[bot] about 1 year ago

0.4.2 (2023-10-17)

Bug Fixes

Performance Improvements

  • plugins: move 'hop.nvim' to user plugins (#289) (37491dd)
lin.nvim - v0.4.1

Published by github-actions[bot] about 1 year ago

0.4.1 (2023-10-17)

Bug Fixes

  • colors: remove '0.0.x' branch for 'github-nvim-theme' (980fa5d)

Performance Improvements

  • colorschemes: higher the popular bar to 800 stars (#282) (565861e)
  • indent-blankline.nvim: revert back from 'hlchunk.nvim' to 'indent-blankline.nvim' (#280) (7547426)
  • plugins: add 'UIEnter' for lazy event (#285) (df002b4)
  • plugins: lazy load 'lsp-progress.nvim' (#287) (cfc0bb4)
lin.nvim - v0.4.0

Published by github-actions[bot] about 1 year ago

0.4.0 (2023-10-13)

Features

  • hlchunk.nvim: migrate from 'indent-blankline.nvim' to 'hlchunk.nvim' (5699b2e)
  • hlchunk.nvim: migrate from 'indent-blankline.nvim' to 'hlchunk.nvim' (#278) (1231d27)

Bug Fixes

  • markdown-preview.nvim: discard changes after build (#274) (dceedf7)
lin.nvim - v0.3.1

Published by github-actions[bot] about 1 year ago

0.3.1 (2023-10-12)

Bug Fixes

  • conform.nvim: code format via conform.nvim (#272) (a0c1848)
lin.nvim - v0.3.0

Published by github-actions[bot] about 1 year ago

0.3.0 (2023-10-12)

Features

  • none-ls.nvim: migrate diagnostics from nvim-lint to none-ls.nvim (#270) (a7fa8f0)
lin.nvim - v0.2.1

Published by github-actions[bot] about 1 year ago

0.2.1 (2023-10-10)

Performance Improvements

  • LuaSnip: upgrade to v2.* and disable submodules (#268) (fdd2cf1)
lin.nvim - v0.2.0

Published by github-actions[bot] about 1 year ago

0.2.0 (2023-10-09)

Features

Bug Fixes

Performance Improvements

lin.nvim - v0.1.1 hooks

Published by linrongbin16 over 1 year ago

  1. Add hooks:
    • Global hooks (preinit, postinit)
    • Plugin hooks (user plugins, plugin blacklist).
    • Plugin config hooks (user init, user config and user keys).
  2. New plugins:
    • oil.nvim: file manager.
    • flash.nvim: cursor motion.
    • auto-save.nvim: auto save file.
    • nvim-ts-autotag: replace vim-autoclose.
    • neoconf.nvim: coc.nvim like json based lsp settings and global-project level configs.
    • neodev.nvim + schemastore.nvim: enhanced lua and json writing.
lin.nvim - v0.1.0: reach target

Published by linrongbin16 over 1 year ago

  1. Out of box
  2. IDE-like editing features
  3. Modern UI
  4. Performant
  5. Editing Improvements
  6. ...