Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alvarotroya/bugfix/fix_typo_in_insert_mode_keybindings
Fix typo in insert mode keybindings
|
|
|
|
|
|
|
|
|
|
* null-ls formatter name is different from it's command
* add more language support
* nil is unnecessary
|
|
|
|
|
|
|
|
Master now has the changes from rolling
|
|
|
|
* Just adds package.json and package-lock.json for the root patterns of
vim-rooter
* The other ones are the default patterns, see `:help g:rooter_patterns`
|
|
|
|
|
|
Provide some which-key mappings samples
|
|
|
|
|
|
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]>
|
|
|
|
|
|
Co-authored-by: Johan Melin <[email protected]>
|
|
|
|
|
|
* split settings into callable functions
* renamed functions
|
|
|
|
|
|
|
|
Co-authored-by: Diego Barranco <[email protected]>
|
|
|
|
|
|
* Rename lv-utils into utils
* Move commands defined in utils into core/commands.lua
|
|
|
|
|
|
|
|
|