summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-01fix(lsp) launch servers in path as well (#3390)k4z4n0v4
2022-11-01refactor(hooks): use colorscheme event after reload (#3375)kylo252
2022-11-01perf(treesitter): disable in big files (#3268)LostNeophyte
* perf(treesitter): disable in big files * fix: disable `use_treesitter` in indentlines and remove vim.schedule * refactor(treesitter): use `vim.schedule` * perf: set nocursorline in big json files * perf: disable more things in big files * chore: format
2022-11-01fix(breadcrumbs) Performance issue, change CursorMoved event to CursorHoldI ↵Junyi Liu
(#3357)
2022-10-31chore: bump plugins version (#3368)github-actions[bot]
2022-10-31fix(alpha): make startify sections always appear (#3371)LostNeophyte
2022-10-31fix(lsp): only launch installed servers (#3366)CPea
2022-10-31fix(defaults): don't use smartindent (#3363)LostNeophyte
2022-10-31fix: statusline and breadcrumbs hls reload with config reload (#3376)Christian Chiarulli
2022-10-31refactor(installer): skip unstable headless update (#3338)kylo252
2022-10-31chore(plugins): bump plugins version (#3364)LostNeophyte
2022-10-29chore: bump plugins version (#3276)github-actions[bot]
2022-10-27fix(finders): use lunarvim basedir (#3332)Matthias Lehmann
2022-10-27fix(lsp): do a nil check before string matching autocmd desc (#3354)Abouzar Parvan
2022-10-26fix(lsp): don't start servers multiple times (#3347)LostNeophyte
2022-10-26fix: call proper log function in notify override (#3337)Daniel Rodríguez Rivero
2022-10-25fix: Remove notify which key mapping (#3335)Mark Huggins
2022-10-25fix(icons): do not reload `nvim-web-devicons` module (#3344)CPea
2022-10-24Merge remote-tracking branch 'origin/rolling'kylo252
2022-10-24fix(theme): do not fallback to tokyonight if no user's theme found (#3327)CPea
2022-10-22refactor: clean up test env paths (#3318)kylo252
2022-10-21fix(autocmds): remove _format_options group (#3278)Vitor Faiante
2022-10-21refactor(plugins)!: remove nvim-notify from core (#3300)Mark Huggins
2022-10-20Docs: update readme (#3303)umop3plsdn
2022-10-20docs: remove and reorganize images (#3302)Nicholas O'Kelley
2022-10-19docs: Update Readme (#3282)umop3plsdn
* Update Readme Something like this to start * Update README.md
2022-10-17chore: update changelogkylo252
2022-10-17Merge remote-tracking branch 'origin/rolling'kylo252
2022-10-17feat(config): allow disabling reload-on-save (#3261)Christian Chiarulli
2022-10-16fix: nil table in breadcrumbs in autocommand (#3267)dapc11
2022-10-17docs: Update contributing readme with new url for install docs. (#3254)Josh
docs: update contirbuting readme with new url for install docs
2022-10-16fix: disable unsupported asian characters spellchecking (#3259)Jakub Reroń
2022-10-15fix: copilot background should matcha statuslineChristianChiarulli
2022-10-16fix: disable gitsigns hunk navigation message (#3244)Ali Almohaya
2022-10-15chore(plugins): bump version (#3248)kylo252
* ci: update workflows * chore(plugins): bump version * chore: update depdecated settings for comment.nvim * chore(lsp): update skiplist * fixup!: take 2 for comment.nvim
2022-10-15perf(plugins): move assert `vim.env.LVIM_DEV_MODE` logic (#3238)2nthony
2022-10-15fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245)Abouzar Parvan
2022-10-15fix(luadev): this plugin has been renamed (#3235)Abouzar Parvan
2022-10-14fix: don't install desktop file w/o xdg-desktop-menu (#3229)opalmay
2022-10-14fix(alpha): check alpha module (#3233)2nthony
2022-10-14feat: latest impatient updates from upstream (#3236)kylo252
2022-10-14fix: name treesitter source in cmp (#3223)Daniel Rodríguez Rivero
2022-10-13fix(breadcrumbs): make sure winbar_filetype_exclude is customizable (#3221)Abouzar Parvan
2022-10-13Merge pull request #3217 from Almo7aya/fix/typo_in_git.luaPhilipp Bokatius
fix: typo in git.lua
2022-10-13fix: typo in git.luaAli Almohaya
2022-10-13fix: Remove J and K key mappings for move (#3206)tobdob
2022-10-12fix(lua-dev): make sure we are loading the correct types (#3208)Abouzar Parvan
2022-10-11chore: bump nvim-tree.lua version to `b01e7be` (#3203)Ali Almohaya
2022-10-10chore(illuminate): pcall for configureChristian Chiarulli
2022-10-10fix(plugins): set max jobs to 50 on macChristian Chiarulli