File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ completion({
12
12
lazy = true ,
13
13
},
14
14
{ " hrsh7th/cmp-nvim-lsp" , lazy = true },
15
- { " hrsh7th/cmp-buffer" , lazy = true },
16
- { " hrsh7th/cmp-path" , lazy = true },
15
+ { " hrsh7th/cmp-buffer" , lazy = true },
16
+ { " hrsh7th/cmp-path" , lazy = true },
17
17
{
18
18
" petertriho/cmp-git" ,
19
19
lazy = true ,
Original file line number Diff line number Diff line change @@ -127,14 +127,14 @@ local config = {
127
127
severity_sort = true ,
128
128
update_in_insert = true ,
129
129
virtual_text = false ,
130
- virtual_lines = { only_current_line = true } ,
130
+ virtual_lines = false ,
131
131
-- INFO: Cannot use vim.fn.sign_define (deprecated)
132
132
signs = {
133
133
text = {
134
134
[vim .diagnostic .severity .ERROR ] = " " ,
135
135
[vim .diagnostic .severity .WARN ] = " " ,
136
136
[vim .diagnostic .severity .HINT ] = " " ,
137
- [vim .diagnostic .severity .INFO ] = " " ,
137
+ [vim .diagnostic .severity .INFO ] = " "
138
138
},
139
139
},
140
140
float = {
You can’t perform that action at this time.
0 commit comments