Compare commits

..

2 Commits

Author SHA1 Message Date
7336478d09 chore(main): release 1.7.1 ()
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-09 14:50:50 +01:00
cb384ad69f fix(lsp): remove debug 2023-02-09 14:47:55 +01:00
2 changed files with 7 additions and 1 deletions
CHANGELOG.md
lua/lazyvim/plugins/lsp

@ -1,5 +1,12 @@
# Changelog
## [1.7.1](https://github.com/LazyVim/LazyVim/compare/v1.7.0...v1.7.1) (2023-02-09)
### Bug Fixes
* **lsp:** remove debug ([cb384ad](https://github.com/LazyVim/LazyVim/commit/cb384ad69f71e351f6441d535c7757f63a8093ba))
## [1.7.0](https://github.com/LazyVim/LazyVim/compare/v1.6.0...v1.7.0) (2023-02-09)

@ -44,7 +44,6 @@ function M.get()
else
M._keys[#M._keys + 1] = { "<leader>cr", vim.lsp.buf.rename, desc = "Rename", has = "rename" }
end
dd(M._keys)
end
return M._keys
end