Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-08 | fix: correct variable names in NvimTree setup table (#1710) | Chris Dawkins | |
Co-authored-by: chris <chris@dev> | |||
2021-10-07 | feat(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-04 | feat: q quits lsp-installer (#1674) | Christian Chiarulli | |
2021-10-03 | refactor: 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-03 | fix: add missing lsp.log entry in log_viewer (#1666) | kylo252 | |
2021-10-01 | feat: 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-30 | Feature: Define signs for Dap (#1642) | Subho Banerjee | |
2021-09-30 | fix: can't open lvim log file cause by `lvim.log.viewer.cmd` (#1638) | Xavier Young | |
2021-09-26 | fix small bugs in nvim-tree (#1629) | Abouzar Parvan | |
2021-09-26 | migrate nvim-tree to setup syntax episode 4 :cry: (#1627) | Abouzar Parvan | |
2021-09-26 | lsp_diagnostics is part of the nvim-tree setup now (#1623) | Abouzar Parvan | |
2021-09-26 | fix: use the new nvim-tree syntax (#1619) | Abouzar Parvan | |
2021-09-25 | update nvim-tree based on the refactor (#1617) | Abouzar Parvan | |
2021-09-25 | fix: adjust layout after a regression in telescope (#1615) | kylo252 | |
2021-09-25 | watch_index is deprecated, use watch_gitdir instead (#1614) | Abouzar Parvan | |
2021-09-21 | feature: allow cmp confirm options to be configurable (#1523) | Chase Colman | |
2021-09-17 | [Bugfix]: latex completion: insert `{` instead of `(` when completing (#1566) | xeluxee | |
2021-09-17 | fix(dashboard): hide version when no tag found (#1572) | chaesngmin | |
2021-09-17 | [Feature] Add lunarvim latest release tag to dashboard (#1436) | chaesngmin | |
* feat: add lunarvim latest release tag to dashboard * Add a function to center-align text Rename align to align_left Rename shift_left to shift_right * refactor(dashboard): remove unnecessary comment * refactor(dashboard): use `home_dir` variable for `lv_path` * refactor(dashboard): use $LUNARVIM_RUNTIME_DIR for lv_path * feat(bootstrap): add fn that returns lvim version * refactor(dashboard): use version, lunarvim dir with bootstrap fns * build: add global get_version() from bootstrap Co-authored-by: Luc Sinet <[email protected]> | |||
2021-09-17 | fix: use the correct API for the log-viewer (#1564) | kylo252 | |
2021-09-16 | fix: dashboard footer seems to have disapeared | Christian Chiarulli | |
2021-09-16 | fix: more robust reloading (#1556) | kylo252 | |
2021-09-15 | [bugfix] Update lualine according to the breaking changes (#1558) | Abouzar Parvan | |
2021-09-14 | fix: no preselect for up/down, c-j/c-k and tab/s-tab | Christian Chiarulli | |
2021-09-13 | refactor: use more flexible paths (#1381) | kylo252 | |
2021-09-09 | fix: move setup function outside of config function | Christian Chiarulli | |
2021-09-08 | Show treesitter icon only with supported filetype (#1512) | luetage | |
2021-09-07 | feat: compe -> cmp (#1496) | Christian Chiarulli | |
2021-09-06 | there was a weird situation that caused lualine msg to turn boolean instead ↵ | Abouzar Parvan | |
of table (#1492) | |||
2021-09-05 | [BUGFIX] don't show table address in lualine (#1477) | Abouzar Parvan | |
2021-09-04 | Revert back buffer bindings (#1458) | Luc Sinet | |
2021-09-03 | [Feature]: Add new which-key command for switching to the last buffer (#1440) | #!/bin/genesis | |
* Add new which-key command for switching to last buffer * chore(whichkey) Rework buffer descriptions Co-authored-by: Luc Sinet <[email protected]> | |||
2021-08-30 | use `<leader>gd` to see git diff with previous head (#1426) | Abouzar Parvan | |
2021-08-28 | use netrw when opening directory | Christian Chiarulli | |
2021-08-27 | Fix missing "HOME" variable errors (#1415) | kylo252 | |
Co-authored-by: MarcSchaetz <[email protected]> | |||
2021-08-27 | q to quit quickfix when focused | Christian Chiarulli | |
2021-08-27 | format | Christian Chiarulli | |
2021-08-26 | use styles.lua rather instead of editing options directly | Christian Chiarulli | |
2021-08-26 | disable nvimtree and outline for lualine | Christian Chiarulli | |
2021-08-26 | [Refactor]: only allow a single logger (#1405) | kylo252 | |
2021-08-26 | fix logging when plenary is not available (#1390) | kylo252 | |
2021-08-26 | [Refactor] Lualine component conditions (#1394) | chaeing | |
2021-08-25 | [Feature] Encapsulate config logic (#1338) | Luc Sinet | |
* Define core/builtins, streamline status_color interface * Encapsulate configuration in its own module * Add fallback to lv-config.lua * Rectify settings loading order to allow overriding vim options * Move default-config into config/ module * replace uv.fs_stat with utils.is_file | |||
2021-08-24 | [Feature] enhance lualine config (#1372) | chaeing | |
2021-08-22 | [Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175) | devtoi | |
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]> | |||
2021-08-22 | [fix]: don't overwrite user's dashboard config (#1366) | kylo252 | |
2021-08-20 | Add show_hidden option to project module (#1359) | Ahmed Khalf | |
2021-08-20 | [Feature] switch galaxyline to lualine (#1329) | chaeing | |
2021-08-20 | [Refactor]: consistent update of bufferline offset with nvim-tree (#1351) | Ahmed Khalf | |
* Refactor nvim-tree * Fix stylua comments * Delete useless functions * Remove autocmd and fix tasty's bug * Fix luacheck * Fix icon issue * Fix formatting * Fix formatting again * Resolve Tasty's request * Replace double dashes with blank line |