changeset 450:f46d7731ae5e

Move lsp up in completion order
author zegervdv <zegervdv@me.com>
date Fri, 27 Aug 2021 18:11:40 +0200
parents 10fc275a8914
children d99353d71702
files dot_config/nvim/init.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/nvim/init.lua	Thu Sep 09 18:01:35 2021 +0200
+++ b/dot_config/nvim/init.lua	Fri Aug 27 18:11:40 2021 +0200
@@ -230,8 +230,8 @@
             },
           },
           sources = {
+            { name = 'nvim_lsp' },
             { name = 'buffer' },
-            { name = 'nvim_lsp' },
             { name = 'vsnip' },
             { name = 'path' },
           },