Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-07-27 | basic puppet support | Chris | |
2021-07-26 | correct spelling (chktex) (#1126) | Dylan Barker | |
2021-07-26 | don't break for .fish | Chris | |
2021-07-26 | global O -> lvim | Chris | |
2021-07-26 | add fields for latex (#1118) | ichigo-gyuunyuu | |
2021-07-26 | more formatter and linter fields | Chris | |
2021-07-26 | more formatters and linters | Chris | |
2021-07-26 | linter fields for tf | Chris | |
2021-07-26 | add svelte | christianchiarulli | |
2021-07-25 | basic scala support | christianchiarulli | |
2021-07-25 | autoindent issue solved finally | christianchiarulli | |
2021-07-25 | fixing more langs | Chris | |
2021-07-25 | formatter and linter section for elm | Chris | |
2021-07-25 | fix csharp | christianchiarulli | |
2021-07-25 | formatter field for csharp | christianchiarulli | |
2021-07-25 | fix formatting according to stylua | abzcoding | |
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-25 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | Chris | |
2021-07-25 | fix vim not having a formatter field | Chris | |
2021-07-25 | support typescript, javascriptreact and typescriptreact (#1084) | Christian Chiarulli | |
Co-authored-by: Chris <[email protected]> | |||
2021-07-25 | implement language overrides (#1081) | Christian Chiarulli | |
Co-authored-by: Chris <[email protected]> | |||
2021-07-24 | New contract (#1080) | Christian Chiarulli | |
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint | |||
2021-07-21 | [Feature] Make common_on_attach configurable (#1024) | kylo252 | |
2021-07-21 | [Feature]: Add callbacks for plugins with a config entry for packer (#1042) | devtoi | |
2021-07-21 | [Feature] Allow for custom path to a language server binary (#1043) | ichigo-gyuunyuu | |