summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-16Rollback default branch name to master (#1589)Nikolay Belov
2021-10-16[Bugfix]: Allow user autocmds (#1776)Subho Banerjee
Co-authored-by: kylo252 <[email protected]>
2021-10-15feat: better telescope integration (#1702)kylo252
2021-10-14fix(null-ls): add common lsp-setup hooks (#1763)kylo252
2021-10-14[Bugfix]: fixes custom autocommands not working (#1775)Robin Kautz
2021-10-14fix(plenary): restore impatient caching for plenary (#1768)Chase Colman
2021-10-12fix(config/log): show error in config instead of hiding (#1751)Chase Colman
2021-10-12bugfix: Ensure lvim table is valid before calling Log:warn() (#1742)James Walmsley
Co-authored-by: kylo252 <[email protected]>
2021-10-11[Feature] use `Comment.nvim` instead of `nvim-comment` (#1736)Abouzar Parvan
2021-10-11fix: correct floating window position in Neovim 0.6 nightly (#1732)Abouzar Parvan
2021-10-11fix: core.telescope has migrated to lvim.core.telescopeAbouzar Parvan
Fixes #1739
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-10fix: anything not in setup should be set using zero and one (#1733)Abouzar Parvan
2021-10-10fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731)Abouzar Parvan
2021-10-10fix(nvimtree): change 0 and 1 values to true/false (#1728)rebuilt
2021-10-10fix(auto-pairs): disable lazy loading for auto-pairs (#1729)rebuilt
2021-10-10fix: don't hide duplicate snippetsAbouzar Parvan
2021-10-09fix: bump nvim-tree versionkylo252
2021-10-09feat(cmp): make popupmenu formatting options configurable (#1718)xeluxee
2021-10-09Merge remote-tracking branch 'origin/rolling'kylo252
2021-10-09fix(cmp/autopairs): prevent out of bounds jump and re-enable jump after ↵Chase Colman
confirm (#1708)
2021-10-09feat: support nvim-cmp floating menu highlights (#1719)Abouzar Parvan
2021-10-09feat: support wildcard filetypes for null-ls providers (#1447)Luc Sinet
Co-authored-by: kylo252 <[email protected]>
2021-10-09feat: configure multiple filetypes per provider (#1725)kylo252
2021-10-09fix(lsp): use correct check for formatter override (#1726)kylo252
2021-10-09fix: move jsonls commands under setup (#1685)Abouzar Parvan
2021-10-09fix(telescope): prompt position when find/grep LunarVim files (#1711)Xavier Young
2021-10-08fix: don't use the cmp floating window (#1715)Abouzar Parvan
2021-10-08fix: correct variable names in NvimTree setup table (#1710)Chris Dawkins
Co-authored-by: chris <chris@dev>
2021-10-08fix: register null-ls providers per filetype (#1709)kylo252
2021-10-08feat: add filetype detection for soliditykylo252
2021-10-07feat(lsp): handle user configuration in setup() (#1707)kylo252
2021-10-06[Feature] better code action prompt and auto show codelens actions (#1698)Abouzar Parvan
2021-10-05feat(lsp): make lsp buffer-mappings configurable (#1687)Subho Banerjee
2021-10-04fix: return null ls setup user config (#1683)dklymenk
2021-10-04fix: bring back NlspConfig completion (#1682)Abouzar Parvan
2021-10-04fix: the virtual_text charachter causes issues (#1681)Abouzar Parvan
2021-10-04feat: better kubernetes support (#1679)Abouzar Parvan
2021-10-04feat: better default json schemas (#1678)Abouzar Parvan
2021-10-04feat: q quits lsp-installer (#1674)Christian Chiarulli
2021-10-04fix: restore the ability to override formatting (#1677)kylo252
2021-10-03fix: add packer-install hook on lvim-updatekylo252
2021-10-03fix: add missing table entry (#1670)kylo252
2021-10-03fix: add deprecation notice for lvim.lang.foo.lsp (#1670)kylo252
2021-10-03fix: return correctly for overridden lang servers (#1669)Abouzar Parvan
2021-10-03fix: restore windows installer default branchkylo252
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-03fix: add missing lsp.log entry in log_viewer (#1666)kylo252
2021-10-03fix: add proper installation link (#1665)Binx
2021-10-02docs: spelling fixes and LunarVim name consistency (#1655)Lee Marlow