neovim-config/lua/core
McAuley Penney aef0a987cc fix: providers are not disabled
• problem: providers are incorrectly disabled
    • why: providers must be disabled by
           setting their global value to 0,
           unlike default plugins.

    • solution: disable built-in providers by
                setting their values to 0
                instead of 1
2022-06-27 22:19:17 +05:30
..
default_config.lua add options for tabufline : enabled, lazyload, override | fix (#1274) 2022-06-27 07:16:33 +05:30
init.lua add options for tabufline : enabled, lazyload, override | fix (#1274) 2022-06-27 07:16:33 +05:30
lazy_load.lua fix typo in treesitter init cmds 2022-06-26 19:34:07 +05:30
mappings.lua write own lightweight tabufline | remove bufferline 2022-06-24 19:24:59 +05:30
options.lua fix: providers are not disabled 2022-06-27 22:19:17 +05:30
packer.lua clean config | fix (#1225) (#1226) 2022-06-18 09:57:17 +05:30
utils.lua remove buf_loaded check 2022-06-27 20:11:20 +05:30