summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-15hlsearch truechristianchiarulli
2021-07-14Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-07-14user toggleterm instead of ftermchristianchiarulli
2021-07-15fixed styling issues (#952)Abouzar Parvan
2021-07-14Default config reformat (#951)Abouzar Parvan
2021-07-14Refactor of c/cpp lsp and formatting (#947)Abouzar Parvan
2021-07-14more language reformat (#949)Abouzar Parvan
2021-07-14reformat most langschristianchiarulli
2021-07-14fix commentchristianchiarulli
2021-07-14more refactorchristianchiarulli
2021-07-14Autopairs event trigger (#929)rebuilt
2021-07-14language templateChris
2021-07-14Use user defined value when setting showtabline on BufLeave (#939)Pasi Bergman
2021-07-14added default elixir formatter (#934)Tiberiu Craciun
2021-07-14feat: add css (and pre-processors) support (#937)not
2021-07-14Fix tsserver formatter not working (#925)hui.liu
2021-07-14User 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-14Allow override tsserver formatter args (#921)hui.liu
2021-07-14Fix dashboard which key still appears when dashboard disabled (#923)hui.liu
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
2021-07-14Add formatter for typescript and typescriptreact (#920)hui.liu
2021-07-14already namespaced, will also move these to a dir called languageChris
2021-07-14begine language refactorChris
2021-07-13java default formatterchristianchiarulli
2021-07-13terraform formatterchristianchiarulli
2021-07-13Added 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
2021-07-14[WHICH-KEY] Use wk.register() to handle the overrides. (#915)James Walmsley
2021-07-14Fix vsnip_dir typo (#916)Brandon Conway
2021-07-13always close tree, there is a bug with nvimtree if you don't autoclose where ↵Chris
the buffer you open will inherit the settings of the tree buffer
2021-07-13Add telescope cycle prompt history keymappings (#909)hui.liu
2021-07-13protected call for formatter.nvimchristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-13we should install O.user_plugins (#905)Abouzar Parvan
2021-07-12move user autocommands to bottom of tablechristianchiarulli
2021-07-12Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-13fix: comment typo (#902)Aaron Keisler
2021-07-12poc for refactor into one filechristianchiarulli
2021-07-12Set root_dir for efm-langserver configurations (#899)Pasi Bergman
2021-07-12Define keymappings using a mapping table (#753)Luc Sinet
:rocket:
2021-07-12decrease brightnesschristianchiarulli
2021-07-12spacegray now in luachristianchiarulli
2021-07-12vim-rooter is essentialChris
2021-07-12remove tilde from EndOfBuffer in transparent mode (#885)user0210
the tildes are not transparent and are shown for example in nvimtree. you cant make them transparent, but we can remove them. no trailing whitespaces are generated.
2021-07-12Remove t-keymap which overrides term-app's <ESC> (#886)chaeing
2021-07-12add function to preview definitions (#883)Rafael
* add function to preview definitions * add funciton to preview types and implementations * add borders Co-authored-by: Abouzar Parvan <[email protected]>
2021-07-11Prevent duplicate LSP clients from appearing in galaxyline (#880)Daniel You
* ensure clients are displayed correctly * prevent duplicate LSPs from showing
2021-07-11support colorschemes from lunarvim colorschemeschristianchiarulli
2021-07-11Bugfix: Fixed edition issue with rustfmt. (#881)Uzaaft
2021-07-11Added autosave on focus loss option and list of errors to be ignored to ↵Jacek Kiedrowski
vimtex. (#873)