Skip to content

Commit

Permalink
remove diagnostic-nvim
Browse files Browse the repository at this point in the history
nvim-lua/diagnostic.nvim is deprecated.
[migration
guide](nvim-lua/diagnostic-nvim#73)
  • Loading branch information
zhaozg committed Nov 14, 2020
1 parent 2a2209d commit 06cdcdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions layers/Enhance/lsp/init.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
let g:diagnostic_enable_virtual_text = 1
let g:diagnostic_virtual_text_prefix = ''
let g:diagnostic_insert_delay = 1
let g:space_before_virtual_text = 5

let g:neospace.lsp_enable = get(g:, "neospace.lsp_enable", {
\ 'lua': 1,
\ 'sh': 1,
Expand Down
1 change: 0 additions & 1 deletion layers/Enhance/lsp/packages.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
MP 'neovim/nvim-lspconfig'
MP 'nvim-lua/diagnostic-nvim'
MP 'nvim-lua/lsp-status.nvim'

0 comments on commit 06cdcdb

Please sign in to comment.