refactor(neovim): renamed custom/configs -> custom/config

This commit is contained in:
Kyren223
2024-07-23 19:53:55 +03:00
parent 09623783f8
commit f7e480cd62
11 changed files with 8 additions and 8 deletions

View File

@@ -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,
}