astronvim/cmd/source_priority.lua

9 lines
112 B
Lua
Raw Normal View History

2023-01-14 13:02:17 +01:00
return {
source_priority = {
nvim_lsp = 1000,
luasnip = 750,
2023-01-20 10:54:22 +01:00
path = 500,
buffer = 250,
2023-01-14 13:02:17 +01:00
},
}