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({
1212 lazy = true ,
1313 },
1414 { " 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 },
1717 {
1818 " petertriho/cmp-git" ,
1919 lazy = true ,
Original file line number Diff line number Diff line change @@ -127,14 +127,14 @@ local config = {
127127 severity_sort = true ,
128128 update_in_insert = true ,
129129 virtual_text = false ,
130- virtual_lines = { only_current_line = true } ,
130+ virtual_lines = false ,
131131 -- INFO: Cannot use vim.fn.sign_define (deprecated)
132132 signs = {
133133 text = {
134134 [vim .diagnostic .severity .ERROR ] = " " ,
135135 [vim .diagnostic .severity .WARN ] = " " ,
136136 [vim .diagnostic .severity .HINT ] = " " ,
137- [vim .diagnostic .severity .INFO ] = " " ,
137+ [vim .diagnostic .severity .INFO ] = " "
138138 },
139139 },
140140 float = {
You can’t perform that action at this time.
0 commit comments