Skip to content

Commit

Permalink
Remove diagnostic-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
zachbai committed Nov 24, 2020
1 parent 774b7e3 commit 70d163c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
[submodule "vim/bundle/completion-nvim"]
path = vim/bundle/completion-nvim
url = https://github.com/nvim-lua/completion-nvim.git
[submodule "vim/bundle/diagnostic-nvim"]
path = vim/bundle/diagnostic-nvim
url = https://github.com/nvim-lua/diagnostic-nvim.git
[submodule "vim/bundle/vim-lsc"]
path = vim/bundle/vim-lsc
url = https://github.com/natebosch/vim-lsc.git
Expand Down
1 change: 0 additions & 1 deletion vim/bundle/diagnostic-nvim
Submodule diagnostic-nvim deleted from 49abd2
1 change: 0 additions & 1 deletion vim/lua/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local nvimLsp = require"nvim_lsp";

local onAttach = function(client)
require'completion'.on_attach(client)
require'diagnostic'.on_attach(client)
end

-- Completion settings
Expand Down

0 comments on commit 70d163c

Please sign in to comment.