1
0
Fork 0
dotfiles/dot_config/nvim/lua/plugins/nvim-editorconfig.lua

7 lines
119 B
Lua
Raw Normal View History

2022-04-13 21:54:22 +02:00
local function init()
g.EditorConfig_exclude_patterns = { 'fugitive://.*', 'scp://.*' }
end
return {
init = init
}