This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
astronvim
Watch
1
Star
0
Fork
0
You've already forked astronvim
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4027ba20a2
astronvim
/
cmd
/
source_priority.lua
9 lines
112 B
Lua
Raw
Normal View
History
Unescape
Escape
split config
2023-01-14 13:02:17 +01:00
return
{
source_priority
=
{
nvim_lsp
=
1000
,
luasnip
=
750
,
with v3
2023-01-20 10:54:22 +01:00
path
=
500
,
buffer
=
250
,
split config
2023-01-14 13:02:17 +01:00
}
,
}
Reference in New Issue
Copy Permalink