summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-10-10fix: don't hide duplicate snippetsAbouzar Parvan
2021-10-09feat(cmp): make popupmenu formatting options configurable (#1718)xeluxee
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-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-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-02feat: make lsp highlight color configurable (#1659)Abouzar Parvan
2021-10-01feat: add LvimUpdate command (#1634)kylo252
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command
2021-09-30Feature: Define signs for Dap (#1642)Subho Banerjee
2021-09-30fix: can't open lvim log file cause by `lvim.log.viewer.cmd` (#1638)Xavier Young
2021-09-29barbar is fixed upstreamAbouzar Parvan
2021-09-28pin barbar to fix #1636Abouzar Parvan
2021-09-26fix small bugs in nvim-tree (#1629)Abouzar Parvan
2021-09-26migrate nvim-tree to setup syntax episode 4 :cry: (#1627)Abouzar Parvan
2021-09-26lsp_diagnostics is part of the nvim-tree setup now (#1623)Abouzar Parvan
2021-09-26fix: Adding `Diff*` highlight groups in onedarker (#1594)Subho Banerjee
Fixes #1576
2021-09-26Update highlights.luaAbouzar Parvan
2021-09-26fix: use the new nvim-tree syntax (#1619)Abouzar Parvan
2021-09-25update nvim-tree based on the refactor (#1617)Abouzar Parvan
2021-09-25fix: adjust layout after a regression in telescope (#1615)kylo252
2021-09-25watch_index is deprecated, use watch_gitdir instead (#1614)Abouzar Parvan
2021-09-23Fix the lua goto definition bug and add better common capabilities (#1604)Abouzar Parvan
2021-09-22[Bugfix] instead of wrapping the `gl` diagnostics, split them (#1595)Abouzar Parvan
2021-09-21fix: remove outdated cache files on install (#1591)kylo252
2021-09-21[Bugfix] Wrap the `gl` floating window diagnostics (#1588)Abouzar Parvan
2021-09-21feature: allow cmp confirm options to be configurable (#1523)Chase Colman
2021-09-20add support for local stylelint (#1586)Abouzar Parvan
2021-09-18feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim ↵Abouzar Parvan
head (#1573)