summaryrefslogtreecommitdiff
path: root/lua/core/autocmds.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-04feat: q quits lsp-installer (#1674)Christian Chiarulli
2021-08-27q to quit quickfix when focusedChristian Chiarulli
2021-08-25[Feature] Encapsulate config logic (#1338)Luc Sinet
* Define core/builtins, streamline status_color interface * Encapsulate configuration in its own module * Add fallback to lv-config.lua * Rectify settings loading order to allow overriding vim options * Move default-config into config/ module * replace uv.fs_stat with utils.is_file
2021-08-11Add spell checking to git commit filetype (#1291)Ahmed Khalf
2021-08-10bring back behavior we used to get from astronautachristianchiarulli
2021-08-02fix: comment typo (#1211)Gauravsingh Sisodia
2021-07-31cleanup old tab filetype specific codeChris
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-29properly support terraform0.5.1Chris
2021-07-28move lsp autocommandChris
2021-07-28just use tfChris
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-26[Refactor] remove lv prefix (#1112)Luc Sinet
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
2021-07-25fix formatting according to styluaabzcoding
2021-07-25Fix ignored user autocommands (#1090)kylo252