summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
AgeCommit 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-19support 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-16fix clojure language server not starting up (#1330)Abouzar Parvan
2021-08-15support for puppet using lspinstall (#1322)Abouzar Parvan
2021-08-14[Refactor/Bugfix] Improve null ls handler (#1277)Luc Sinet
2021-08-12Revert "Merge pull request #1294 from kylo252/autopairs-refactor"abzcoding
This reverts commit d71c3280c88c72665a21875522f0be3b157075b4, reversing changes made to a3344203818658441d176fe279e1978505940432.
2021-08-11feat: make autopairs configurablekylo252
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-09fix `cmake-language-server: error: unrecognized arguments: --stdio`Abouzar Parvan
2021-08-06bufferline 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-05fix formating :cry: (#1243)Abouzar Parvan
2021-08-05set spell file to be located in .config/lvimchristianchiarulli
2021-08-04fix the ruby root_dir for good :sob:Abouzar Parvan
2021-08-04Feature/ruby support (#1234)Abouzar Parvan
2021-08-04Revert "fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)" ↵Abouzar Parvan
(#1233) This reverts commit ef70e77e954a998a966eef213136328ef8a102cc.
2021-08-04fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)Abouzar Parvan
2021-08-03feat: 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-02less needs something defined for formatters and lintersChris
2021-08-01Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingChris
2021-08-01no more default styluaChris
2021-08-01fix the formatting :pepehands: (#1208)Abouzar Parvan
2021-08-01use hlschristianchiarulli
2021-08-01haskell supportchristianchiarulli
2021-08-01Fix formatting issues (#1200)Luc Sinet
2021-07-31don't use the elm stuff provided in lspinstall pathchristianchiarulli
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-31feat: add diagnostics source name (#1147)kylo252
2021-07-31add on init to gdscriptChris
2021-07-31add gdscript lsp support (#1164)MengChen. Huang
2021-07-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-29properly support terraform0.5.1Chris
2021-07-28service was a good idea, thank you tastyChris
2021-07-28Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingChris
2021-07-28refactor capabilites functionChris
2021-07-28fix: correct vue lsp provider name (#1150)Pasi Bergman
2021-07-28just use tfChris
2021-07-28fix terraformChris
2021-07-28null-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-27appreantly omnisharp has changed (#1136)Abouzar Parvan