Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-20 | [feature] Move common parts of language server setup to lsp/init (#1355) | Abouzar Parvan | |
* moving common parts of language server setup to lsp/init * fix formatting | |||
2021-08-20 | [Feature] switch galaxyline to lualine (#1329) | chaeing | |
2021-08-19 | [Bugfix] fix formatter/linter nil issue (#1353) | Abouzar Parvan | |
* fix formatter/linter issue for undefined lang/filetypes * revrese the order | |||
2021-08-19 | support nix language (#1347) | Abouzar Parvan | |
2021-08-18 | [Feature]: LSP Fortran (#1342) | Phúc Lê Khắc | |
* null-ls needs to be pinned as well * unpin null-ls * lsp: fortran Co-authored-by: Abouzar Parvan <[email protected]> Co-authored-by: christianchiarulli <[email protected]> | |||
2021-08-18 | [Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315) | Ahmed Khalf | |
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again | |||
2021-08-17 | [Feature] Make the rest of the builtins configurable (#1318) | kylo252 | |
2021-08-16 | [Feature] Expose null ls setup to user config (#1323) | dklymenk | |
* expose null_ls setup to user config * add new config to example configs * fix tabs with stylua * change else statement in the example | |||
2021-08-16 | fix clojure language server not starting up (#1330) | Abouzar Parvan | |
2021-08-15 | support for puppet using lspinstall (#1322) | Abouzar Parvan | |
2021-08-14 | [Refactor/Bugfix] Improve null ls handler (#1277) | Luc Sinet | |
2021-08-12 | Revert "Merge pull request #1294 from kylo252/autopairs-refactor" | abzcoding | |
This reverts commit d71c3280c88c72665a21875522f0be3b157075b4, reversing changes made to a3344203818658441d176fe279e1978505940432. | |||
2021-08-11 | feat: make autopairs configurable | kylo252 | |
2021-08-09 | feat: Add an async logger using plenary (#1207) | kylo252 | |
Co-authored-by: rebuilt <[email protected]> | |||
2021-08-09 | fix `cmake-language-server: error: unrecognized arguments: --stdio` | Abouzar Parvan | |
2021-08-06 | bufferline broke because the added active toggle will always be false. Set ↵ | rebuilt | |
it in default_config to fix behavior | |||
2021-08-06 | [Feature] Add PowerShell language server support (#1244) | Pasi Bergman | |
2021-08-05 | fix formating :cry: (#1243) | Abouzar Parvan | |
2021-08-05 | set spell file to be located in .config/lvim | christianchiarulli | |
2021-08-04 | fix the ruby root_dir for good :sob: | Abouzar Parvan | |
2021-08-04 | Feature/ruby support (#1234) | Abouzar Parvan | |
2021-08-04 | Revert "fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)" ↵ | Abouzar Parvan | |
(#1233) This reverts commit ef70e77e954a998a966eef213136328ef8a102cc. | |||
2021-08-04 | fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232) | Abouzar Parvan | |
2021-08-03 | feat: add lvim.lsp.smart_cwd (#1218) | kylo252 | |
- Enable querying the language-server for the `root_dir` - Use `root_dir` to set the current working-directory (CWD) - Make vim-rooter configurable and add an option to disable it Inspired by "ahmedkhalf/lsp-rooter.nvim" | |||
2021-08-02 | [Refactor] Allow editing default keymaps (#1213) | kylo252 | |
2021-08-02 | less needs something defined for formatters and linters | Chris | |
2021-08-01 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | Chris | |
2021-08-01 | no more default stylua | Chris | |
2021-08-01 | fix the formatting :pepehands: (#1208) | Abouzar Parvan | |
2021-08-01 | use hls | christianchiarulli | |
2021-08-01 | haskell support | christianchiarulli | |
2021-08-01 | Fix formatting issues (#1200) | Luc Sinet | |
2021-07-31 | don't use the elm stuff provided in lspinstall path | christianchiarulli | |
2021-07-31 | [Feature] Rename lv-config.lua to config.lua (#1193) | chaeing | |
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH | |||
2021-07-31 | [Feature] Expose lsp config (#1156) | Luc Sinet | |
2021-07-31 | feat: add diagnostics source name (#1147) | kylo252 | |
2021-07-31 | add on init to gdscript | Chris | |
2021-07-31 | add gdscript lsp support (#1164) | MengChen. Huang | |
2021-07-31 | Enable querying lang-server formatting capabilities (#1078) | kylo252 | |
2021-07-29 | properly support terraform0.5.1 | Chris | |
2021-07-28 | service was a good idea, thank you tasty | Chris | |
2021-07-28 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | Chris | |
2021-07-28 | refactor capabilites function | Chris | |
2021-07-28 | fix: correct vue lsp provider name (#1150) | Pasi Bergman | |
2021-07-28 | just use tf | Chris | |
2021-07-28 | fix terraform | Chris | |
2021-07-28 | null-ls formatter name is different from its command (#1141) | Abouzar Parvan | |
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary | |||
2021-07-27 | appreantly omnisharp has changed (#1136) | Abouzar Parvan | |