mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-31 15:41:29 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
12
cmp/source_priority.lua
Normal file
12
cmp/source_priority.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- CMP Source Priorities
|
||||
-- modify here the priorities of default cmp sources
|
||||
-- higher value == higher priority
|
||||
-- The value can also be set to a boolean for disabling default sources:
|
||||
-- false == disabled
|
||||
-- true == 1000
|
||||
return {
|
||||
nvim_lsp = 1000,
|
||||
luasnip = 750,
|
||||
buffer = 500,
|
||||
path = 250,
|
||||
}
|
||||
Reference in New Issue
Block a user