refactor(neovim): renamed custom/configs -> custom/config
This commit is contained in:
@@ -9,6 +9,6 @@ return {
|
||||
{ 'L3MON4D3/LuaSnip', build = 'make install_jsregexp' }, -- snippets plugin
|
||||
},
|
||||
config = function()
|
||||
require('lua.custom.configs.completion')
|
||||
require('custom.config.cmp')
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user