split config

This commit is contained in:
2023-01-14 13:02:17 +01:00
parent c76362b913
commit 77036d0584
21 changed files with 341 additions and 391 deletions

8
cmd/source_priority.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
source_priority = {
nvim_lsp = 1000,
luasnip = 750,
buffer = 500,
path = 250,
},
}