mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 'neovim/nvim-lspconfig'
|
||||||
use 'hrsh7th/nvim-compe'
|
use 'hrsh7th/nvim-compe'
|
||||||
use 'kabouzeid/nvim-lspinstall'
|
use 'kabouzeid/nvim-lspinstall'
|
||||||
|
end)
|
||||||
|
|
||||||
local nvim_lsp = require('lspconfig')
|
local nvim_lsp = require('lspconfig')
|
||||||
local lspinstall = require('lspinstall')
|
local lspinstall = require('lspinstall')
|
||||||
|
|
@ -115,4 +116,3 @@ return packer.startup(function(use)
|
||||||
treesitter = true,
|
treesitter = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue