Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-19 | move julia stuff to core/lang (#1023) | Abouzar Parvan | |
2021-07-18 | Add setting to enable/disable the default lsp keybinds (#896) | Ben Goldberg | |
2021-07-18 | [Feature] Add Vue formatter (prettier) setup (#1016) | Pasi Bergman | |
2021-07-18 | [Feature] Add R support (#965) | Abouzar Parvan | |
2021-07-18 | [Feature] Add swift support (#1002) | Abouzar Parvan | |
2021-07-18 | [Refactor] Make default keybindings configurable (#988) | kylo252 | |
2021-07-17 | added support for svelte (#1008) | Abouzar Parvan | |
2021-07-17 | [Refactor] nvimtree to be configurable (#970) | chaeing | |
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-07-17 | allow users to set disabled vim builtins (#948) | Abouzar Parvan | |
2021-07-16 | fix borders and doc highlight | christianchiarulli | |
2021-07-16 | [Feature] add linter support (#982) | Luc Sinet | |
2021-07-16 | add scala and sbt support (#986) | Abouzar Parvan | |
2021-07-16 | Add format for zig (#991) | maxxnino | |
Co-authored-by: maxxnino <[email protected]> | |||
2021-07-15 | another fix | christianchiarulli | |
2021-07-15 | fix | christianchiarulli | |
2021-07-15 | update | christianchiarulli | |
2021-07-15 | add option to use change folding mode (#978) | Abouzar Parvan | |
2021-07-15 | [DEFAULT-CONFIG] Add sidescrolloff (#963) | UltimateOmega | |
2021-07-15 | hlsearch true | christianchiarulli | |
2021-07-14 | user toggleterm instead of fterm | christianchiarulli | |
2021-07-14 | Default config reformat (#951) | Abouzar Parvan | |
2021-07-14 | Refactor of c/cpp lsp and formatting (#947) | Abouzar Parvan | |
2021-07-14 | added default elixir formatter (#934) | Tiberiu Craciun | |
2021-07-14 | feat: add css (and pre-processors) support (#937) | not | |
2021-07-14 | Fix tsserver formatter not working (#925) | hui.liu | |
2021-07-14 | User configurable latex lsp#2 (#861) | PZ31k0nauT | |
* Adjust tex.lua and default-config for lsp magic With this commit table elements are added to default-config.lua, which are referenced in tex.lua. The settings are set to default. This enables the user to configure settings accordingly inside of lv-config.lua. - build arguments - forwardsearch executable e.g. zathura - forwardsearch arguments for chosen executable are implemented automatically - handlers for virtual_text, signs, underline and update_in_insert are set to the default * Added Texlab-Build and Forward as which-keys With this commit the two commands `:TexlabBuild` and `:TexlabForward` are added as which-keys under the category +LaTeX. - b is for TexlabBuild - p is for TexlanForward (Preview) * Change which-key for +Latex The which-key for +Latex has to be changed because `L` is already used by +Lush. With this commit the which-key for +Latex is changed to `t`. * Add documentation of options All configurable texlab option is documented in lv-config.example.lua. Also a link to the documentation of the options from latex-lsp/texlab is added. | |||
2021-07-13 | java default formatter | christianchiarulli | |
2021-07-13 | terraform formatter | christianchiarulli | |
2021-07-13 | Added default formatters (#908) | Abouzar Parvan | |
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup |