Skip to content

Commit

Permalink
lsp: use my patch for client nil issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarnajjar committed Mar 12, 2021
1 parent 6736fdc commit 2055c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ vim.cmd('packadd packer.nvim')
require('packer').startup(function()
-- Packer can manage itself as an optional plugin
use { 'wbthomason/packer.nvim', opt = true }
use { 'neovim/nvim-lspconfig' }
use { 'ammarnajjar/nvim-lspconfig' }
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
use { 'nvim-treesitter/nvim-treesitter-angular' }
use { 'nvim-lua/completion-nvim' }
Expand Down

0 comments on commit 2055c9f

Please sign in to comment.