mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Fixed lsp?
This commit is contained in:
parent
781777dd3b
commit
cb0d9961c1
1 changed files with 25 additions and 25 deletions
|
|
@ -90,6 +90,7 @@ return packer.startup(function(use)
|
|||
use 'neovim/nvim-lspconfig'
|
||||
use 'hrsh7th/nvim-compe'
|
||||
use 'kabouzeid/nvim-lspinstall'
|
||||
end)
|
||||
|
||||
local nvim_lsp = require('lspconfig')
|
||||
local lspinstall = require('lspinstall')
|
||||
|
|
@ -115,4 +116,3 @@ return packer.startup(function(use)
|
|||
treesitter = true,
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue