summaryrefslogtreecommitdiff
path: root/lua/core
AgeCommit message (Collapse)Author
2021-08-06dap.stop is deprecated, use dap.close instead (#1247)Abouzar Parvan
2021-08-05Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-08-05ability to toggle bufferlinechristianchiarulli
2021-08-05use_decoration_api has been removed from gitsigns (#1245)Abouzar Parvan
2021-08-05<leader>lq opens quickfixchristianchiarulli
2021-08-04update for lunarvim orgChris
2021-08-03feat: add lvim.lsp.smart_cwd (#1218)kylo252
- Enable querying the language-server for the `root_dir` - Use `root_dir` to set the current working-directory (CWD) - Make vim-rooter configurable and add an option to disable it Inspired by "ahmedkhalf/lsp-rooter.nvim"
2021-08-03fix compe tab completion issue (#1217)Abouzar Parvan
2021-08-03Allow user's to define their own nvim-tree bindings (#1181)tafryn
2021-08-03[Feature]: Add possibility to focus nvimtree instead of toggle (#1074)William Goulois
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252
2021-08-02[Refactor] Adopt which key mapping style (#1210)Luc Sinet
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings
2021-08-02fix: comment typo (#1211)Gauravsingh Sisodia
2021-08-02Make keymaps of bufferline and compe configurable (#1205)Luc Sinet
2021-08-01compe doc optionsChris
2021-07-31cleanup old tab filetype specific codeChris
2021-07-31borders on docsChris
2021-07-31tab complete is more consistentChris
2021-07-31[Feature] Rename lv-config.lua to config.lua (#1193)chaeing
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH
2021-07-31Add the better peek functions (#1172)Geet Sethi
2021-07-31feat: get null-ls registered providers by filetype (#1186)kylo252
2021-07-31fix luacheck issues (#1184)Abouzar Parvan
2021-07-31make telescope keybindings more sane (#1154)Abouzar Parvan
2021-07-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-30Fix the galaxyline null pointer issue (#1179)Abouzar Parvan
2021-07-29add packerstatusChris
2021-07-29properly support terraform0.5.1Chris
2021-07-28move lsp autocommandChris
2021-07-28just use tfChris
2021-07-28null-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-27feat: resolve null-ls tag in galaxyline (#1138)kylo252
2021-07-27do not touch bufferline if nvimtree is on the right sideAbouzar Parvan
2021-07-27Conditionally 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-26disable yaml for treesitter indentChris
2021-07-26run 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-26new footerchristianchiarulli
2021-07-25autoindent issue solved finallychristianchiarulli
2021-07-25remove defaults.find_command (#1096)Real Human
Co-authored-by: tiannaru <[email protected]>
2021-07-25Fixed 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-25Show correct indentation settings in galaxyline (#1093)Eti
Display "Tab size: " instead of "Spaces: " if indenting with tabs.
2021-07-25fix formatting according to styluaabzcoding
2021-07-25Fix ignored user autocommands (#1090)kylo252
2021-07-25Move leader keybinding into the whichkey config (#1089)rebuilt
2021-07-25remove shift - x from buffer line (#1073)Kai
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053
2021-07-25use lvim.builtin for compe (#1082)Christian Chiarulli
Co-authored-by: Chris <[email protected]>
2021-07-24New 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-20Fix autolint group definition (#1041)Luc Sinet
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-19Fix reports from luacheck (#1031)Luc Sinet