Skip to content

Releases: snelling-a/nvim

v2.6.0

09 May 07:54
871ff8f
Compare
Choose a tag to compare

chore(plugins): update plugins (#37)

  • chore(plugins): lazy-lock.json
  • feat(treesitter): regex highlighting for markdown
  • fix: fzf_lua
  • refactor: remove cmp-nerdfont
  • fix: correct ObsidianSearch button value

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.5.1

09 May 07:52
072eaa7
Compare
Choose a tag to compare

fix(lsp): change _* vars to unusedlocals (#38)

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

09 May 07:32
289443f
Compare
Choose a tag to compare

feat: dressing (#36)

this is mostly to catch the vim.fn.input and vim.fn.select that
noice misses

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

05 May 09:39
4cd5bea
Compare
Choose a tag to compare

feat(plugin): pretty-fold (#35)

  • feat(plugin): init pretty-fold
  • feat(plugin): pretty-fold config

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

05 May 05:24
7038bac
Compare
Choose a tag to compare

feat(plugin): scretch (#34)

i found this plugin on
reddit
and thought it looked useful.

however, i couldn't use it as it depended on telescope, which i just
migrated away from

fixed in #3

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

05 May 05:07
c2a7d2e
Compare
Choose a tag to compare

chore:update fzf-lua (#33)

found a 🤏 bug in faf-lua

patched in
79c7c34
pr #743

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

05 May 05:00
41d5ec6
Compare
Choose a tag to compare

feat: alpha (#32)

  • feat(plugin): alpha init
  • feat(plugin): setup alpha

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

05 May 04:21
6725d1e
Compare
Choose a tag to compare

feat: server revamp (#31)

update servers to work with new lspconfig loading pattern

  • cssls
  • denols
  • graphql
  • html
  • json
  • relay
  • taplo
  • vimls
  • yamlls

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

04 May 21:50
6ff1039
Compare
Choose a tag to compare

feat(plugins)!: migrate to lazy.nvim (#30)

migrate from packer/after dir to lazy.nvim

faster starup time
plugins are (mostly) self contained modules

this is the way

  • refactor(config): move user/ files to config/
  • feat: init lazy
  • refactor(utils): move utils and ui to lua/config
  • refactor(lsp): move lsp_config to lua/config/lsp
  • feat(lsp): Init lsp config
  • feat(plugins): convert plugins to lazy specs
  • feat(ui): feline move
  • feat(explorer): nvim-tree -> neo-tree
  • feat(fzf): telescope -> fzf-lua
  • feat(spell): Update cspell.json

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

27 Apr 20:29
18cf92f
Compare
Choose a tag to compare

Merge pull request #29 from snelling-a/release-workflow

feat(ci): gh action to increment semver and release

What's Changed

  • feat(ci): gh action to increment semver and release by @snelling-a in #29

Full Changelog: v1.0.0...v1.1.0