Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-17 | be explicit about stdin for formatters (#987) | Abouzar Parvan | |
2021-07-17 | this throws errors sometimes | christianchiarulli | |
2021-07-16 | fix borders and doc highlight | christianchiarulli | |
2021-07-16 | this may break things if not specified like this | christianchiarulli | |
2021-07-16 | global virtualtext is respected for js | 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 | :tada: telescope supports colorscheme preview (#995) | Abouzar Parvan | |
2021-07-16 | Add format for zig (#991) | maxxnino | |
Co-authored-by: maxxnino <[email protected]> | |||
2021-07-16 | Fixed #911 (#990) | Murtaza Udaipurwala | |
Co-authored-by: Murtaza Udaipurwal <murtaza@machine> | |||
2021-07-16 | Update README.md | Abouzar Parvan | |
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 | add clojure lsp | christianchiarulli | |
2021-07-15 | add on attach to more langs | christianchiarulli | |
2021-07-15 | fixed elixir on-attach (#979) | Tiberiu Craciun | |
2021-07-15 | add erlang | christianchiarulli | |
2021-07-15 | [Feature] Add an installer for Stylua (#977) | kylo252 | |
2021-07-15 | [Feature] Hide formatter.nvim tempfiles (#955) | not | |
2021-07-15 | Update CONTRIBUTING.md | Abouzar Parvan | |
2021-07-15 | [LANG] add basic files for Fish (#968) | UltimateOmega | |
2021-07-15 | [LANG] c/cpp: formatter - run clang-format from CWD of file. (#967) | James Walmsley | |
2021-07-15 | [DEFAULT-CONFIG] Add sidescrolloff (#963) | UltimateOmega | |
2021-07-15 | we don't need brew upgrade in github workflow testing | Abouzar Parvan | |
2021-07-15 | hlsearch true | christianchiarulli | |
2021-07-14 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | christianchiarulli | |
2021-07-14 | user toggleterm instead of fterm | christianchiarulli | |
2021-07-15 | disable linux/freebsd testing for now | Abouzar Parvan | |
2021-07-15 | fixed styling issues (#952) | Abouzar Parvan | |
2021-07-14 | Default config reformat (#951) | Abouzar Parvan | |
2021-07-15 | Update install.yaml | Abouzar Parvan | |
2021-07-15 | Update yaml.lua | Abouzar Parvan | |
2021-07-15 | Update vue.lua | Abouzar Parvan | |
2021-07-14 | Github workflows (#807) | Abouzar Parvan | |
* test github workflows * added stylua checking as well | |||
2021-07-14 | Refactor of c/cpp lsp and formatting (#947) | Abouzar Parvan | |
2021-07-14 | more language reformat (#949) | Abouzar Parvan | |
2021-07-14 | reformat most langs | christianchiarulli | |
2021-07-14 | fix comment | christianchiarulli | |
2021-07-14 | more refactor | christianchiarulli | |
2021-07-14 | Autopairs event trigger (#929) | rebuilt | |
2021-07-14 | language template | Chris | |
2021-07-14 | Use user defined value when setting showtabline on BufLeave (#939) | Pasi Bergman | |
2021-07-14 | added default elixir formatter (#934) | Tiberiu Craciun | |
2021-07-14 | Update rust.lua (#935) | Midnight Exigent | |
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 | Typo (#924) | Huynh Viet | |
Fixed : E5108: Error executing lua /home/qvieth/.config/nvim/ftplugin/cpp.lua:4: attempt to index field 'c' (a nil value) while using Formatted for C | |||
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. |