Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | null-ls formatter name is different from its command (#1141) | Abouzar Parvan | |
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary | |||
2021-07-27 | feat: resolve null-ls tag in galaxyline (#1138) | kylo252 | |
2021-07-27 | do not touch bufferline if nvimtree is on the right side | Abouzar Parvan | |
2021-07-27 | Conditionally enable TAB to trigger completion based on filetype. Disable ↵ | rebuilt | |
completion for simple text files (#1130) * disable tab completion for markdown * md is markdown * Set local keybindings conditionally based on filetype. Disable tab complete for text files * Rename functions and expose excluded filetypes setting for compe Co-authored-by: abzcoding <[email protected]> | |||
2021-07-26 | disable yaml for treesitter indent | Chris | |
2021-07-26 | run stylua (#1122) | Barlingo | |
Co-authored-by: Diego Barranco <[email protected]> | |||
2021-07-26 | [Refactor] remove lv prefix (#1112) | Luc Sinet | |
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua | |||
2021-07-26 | new footer | christianchiarulli | |
2021-07-25 | autoindent issue solved finally | christianchiarulli | |
2021-07-25 | remove defaults.find_command (#1096) | Real Human | |
Co-authored-by: tiannaru <[email protected]> | |||
2021-07-25 | Fixed the potential ugly prompt which is poor UX (#1091) | Huynh Viet | |
Toggleterm's winblend option leads to ugly prompt for some users https://github.com/akinsho/nvim-toggleterm.lua/issues/70 | |||
2021-07-25 | Show correct indentation settings in galaxyline (#1093) | Eti | |
Display "Tab size: " instead of "Spaces: " if indenting with tabs. | |||
2021-07-25 | fix formatting according to stylua | abzcoding | |
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-25 | Move leader keybinding into the whichkey config (#1089) | rebuilt | |
2021-07-25 | remove shift - x from buffer line (#1073) | Kai | |
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053 | |||
2021-07-25 | use lvim.builtin for compe (#1082) | 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-20 | Fix autolint group definition (#1041) | Luc Sinet | |
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-19 | Fix reports from luacheck (#1031) | Luc Sinet | |
2021-07-19 | toggle() already follows the file, no need for find_file() (#1020) | Abouzar Parvan | |
2021-07-18 | fixing broken nvimtree (#1012) | Abouzar Parvan | |
2021-07-17 | a better path_display default for telescope (#1009) | 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-16 | [Feature] add linter support (#982) | Luc Sinet | |
2021-07-16 | :tada: telescope supports colorscheme preview (#995) | Abouzar Parvan | |
2021-07-15 | update | christianchiarulli | |
2021-07-14 | user toggleterm instead of fterm | christianchiarulli | |
2021-07-14 | Use user defined value when setting showtabline on BufLeave (#939) | Pasi Bergman | |
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-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 | protected call for formatter.nvim | christianchiarulli | |
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | refactor, fix galaxyline | christianchiarulli | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-12 | poc for refactor into one file | christianchiarulli | |