Skip to content

Releases: softwareQinc/nvim-sq

Version 0.2.1

24 Jul 19:12
b61a08a
Compare
Choose a tag to compare
  • Code refactoring and bug-fixes
  • hardtime.nvim sets vim.opt.showmode = false when enabled, and restores the original flag when disabled
  • Added runtime state in lua/core/state.lua

Version 0.2.0

16 Jul 19:17
8ee847a
Compare
Choose a tag to compare
  • Bug fixes and refactoring

Version 0.1.8

11 Jul 14:54
2604a7b
Compare
Choose a tag to compare
  • Minor fixes and refactoring

Version 0.1.7

17 Jun 13:35
bca16f4
Compare
Choose a tag to compare
  • Keymaps for split resizing, M(Alt/Option)-hjkl
  • Minor bugfixes

Version 0.1.6

14 Jun 06:39
e780c2b
Compare
Choose a tag to compare

Version 0.1.5

01 Jun 23:40
c93c9f1
Compare
Choose a tag to compare
  • Minor bug fixes

Version 0.1.4

28 May 05:08
e61e141
Compare
Choose a tag to compare
  • Inlay hints for Lua (lua_ls) and Go (gopls)
  • Minor configuration tweaks

Version 0.1.3

23 May 20:55
d2c73dd
Compare
Choose a tag to compare
  • Rose-pine colour scheme
  • LSP inlay hints toggle with <leader>ih (requires Neovim 0.10 or later)
  • Minor configuration tweaks

Version 0.1.2

08 May 18:35
3261241
Compare
Choose a tag to compare
  • Added tables as keys in lua/core/keymaps.lua
  • Added ZenMode plugin

Version 0.1.1

03 May 18:50
3da8fe0
Compare
Choose a tag to compare
  • Additional popular colour schemes
  • Telescope git_files keybinding (<leader>ft)
  • Minor bugfixes