local M = require('module'):new() function M:boot() -- If fugitive is loaded this requires an exclusion to -- prevent conflicts. if (nukevim.modules:get('plugins'):has('tpope/vim-fugitive')) then vim.g.EditorConfig_exclude_patterns = { 'fugitive://.*' } end end return M