Age | Commit message (Collapse) | Author |
|
|
|
* Make autopairs config consistent with others
* Fix two typos for autopairs
* Remove extranous autopairs code. Return on setup
* Remove extranous else for autopairs completion confirmation
* Move on_config_done callbacks to setup functions.
* Add on_config_done completion for builtins lacking a config function
* enables galaxyline callbacks to work properly
* Add modules for more builtins
* Finish streamline of config function in plugin setup
* Fix double use of which_key/wk
* Fix erroneous remove of functionality in autopairs completion
* consistency fixes
* Work around telescope not found at config time
* Match plugin definition of project and lualine with others
* fix: restore config callback syntax
Co-authored-by: Johan Melin <[email protected]>
Co-authored-by: rebuilt <[email protected]>
Co-authored-by: Luc Sinet <[email protected]>
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
is active (#1335)
* Check if emmet is active. Enable emmet completion if it is active
* move emmet check after the check for a space character
* Check if emmet is active for the current buffer only
|
|
|
|
Co-authored-by: rebuilt <[email protected]>
|
|
|
|
|
|
more could you want?
|
|
|
|
|
|
* Refactor keymappings to match which-key style
* Update confif example + remove redundant way of registering mappings
|
|
|
|
|
|
|
|
|
|
|
|
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: Chris <[email protected]>
|
|
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
|
|
|
|
|