Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-07-14 | Allow override tsserver formatter args (#921) | hui.liu | |
2021-07-14 | Fix 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-14 | Add formatter for typescript and typescriptreact (#920) | hui.liu | |
2021-07-14 | Improve error message in lv-config file (#922) | hui.liu | |
2021-07-14 | already namespaced, will also move these to a dir called language | Chris | |
2021-07-14 | begine language refactor | Chris | |
2021-07-13 | java default formatter | christianchiarulli | |
2021-07-13 | remove this | christianchiarulli | |
2021-07-13 | terraform formatter | christianchiarulli | |
2021-07-13 | remove this | 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 | |||
2021-07-14 | [WHICH-KEY] Use wk.register() to handle the overrides. (#915) | James Walmsley | |
2021-07-14 | Fix vsnip_dir typo (#916) | Brandon Conway | |
2021-07-13 | always 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-13 | Add telescope cycle prompt history keymappings (#909) | hui.liu | |
2021-07-13 | fix the installation stuck on Ok to remove (#912) | Abouzar Parvan | |
2021-07-13 | Update .gitignore | rebuilt | |
Add a folder for user configuration that users can hook into for managing their configs in a git repo. | |||
2021-07-13 | protected call for formatter.nvim | christianchiarulli | |
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | christianchiarulli | |
2021-07-12 | refactor, fix galaxyline | christianchiarulli | |
2021-07-13 | fix: clicking made with lua icon opens a deadlink (#906) | ksyx | |
2021-07-13 | we should install O.user_plugins (#905) | Abouzar Parvan | |
2021-07-13 | indent_line no more (#903) | Abouzar Parvan | |
2021-07-12 | move user autocommands to bottom of table | christianchiarulli | |
2021-07-12 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | christianchiarulli | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-13 | fix: comment typo (#902) | Aaron Keisler | |
2021-07-12 | poc for refactor into one file | christianchiarulli | |
2021-07-12 | Set root_dir for efm-langserver configurations (#899) | Pasi Bergman | |
2021-07-12 | Define keymappings using a mapping table (#753) | Luc Sinet | |
:rocket: | |||
2021-07-12 | decrease brightness | christianchiarulli | |
2021-07-12 | spacegray now in lua | christianchiarulli | |
2021-07-12 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | Chris | |
2021-07-12 | vim-rooter is essential | Chris | |
2021-07-12 | updated according to #878 | Abouzar Parvan | |
2021-07-12 | we should have clearly defined goals (#891) | Abouzar Parvan | |
2021-07-12 | Update lv-config.example.lua | Abouzar Parvan | |
2021-07-12 | Added --edition parameter to lv-config examples. (#890) | Uzaaft | |
2021-07-12 | goimports instead of goimport (#889) | Abouzar Parvan | |