Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-07-12 | Update lv-config.example.lua | Abouzar Parvan | |
2021-07-12 | Update lv-config.example-no-ts.lua | Abouzar Parvan | |
2021-07-12 | Update README.md | Abouzar Parvan | |
2021-07-12 | Now, cssls and autocomplete now works with css scss sass files (#846) | Resat Kubilay Kandemir | |
* Now, cssls and autocomplete now works with css scss sass files * Now, cssls and autocomplete now works with css scss sass files | |||
2021-07-12 | don't source external file | Chris | |
2021-07-12 | remove 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-12 | Remove t-keymap which overrides term-app's <ESC> (#886) | chaeing | |
2021-07-12 | add 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-11 | remove this autocommands | Chris | |
2021-07-11 | remove nvimtree statusline | christianchiarulli | |
2021-07-11 | Prevent duplicate LSP clients from appearing in galaxyline (#880) | Daniel You | |
* ensure clients are displayed correctly * prevent duplicate LSPs from showing | |||
2021-07-11 | support colorschemes from lunarvim colorschemes | christianchiarulli | |
2021-07-11 | Update README.md | Abouzar Parvan | |
2021-07-11 | Bugfix: Fixed edition issue with rustfmt. (#881) | Uzaaft | |
2021-07-11 | Added autosave on focus loss option and list of errors to be ignored to ↵ | Jacek Kiedrowski | |
vimtex. (#873) | |||
2021-07-11 | use palettes when available for a colorscheme | christianchiarulli | |
2021-07-11 | add write to prettier command | christianchiarulli | |