Mercurial > dotfiles
comparison dot_config/nvim/init.lua @ 306:43ee619a8657
Update to use lspconfig
nvim-lsp has updated the package name to lspconfig
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 23 Nov 2020 16:18:32 +0100 |
parents | 10078cb76622 |
children | b1578effa848 |
comparison
equal
deleted
inserted
replaced
305:10078cb76622 | 306:43ee619a8657 |
---|---|
1 local lsp = require'nvim_lsp' | 1 local lsp = require'lspconfig' |
2 | 2 |
3 require "nvim-treesitter.highlight" | 3 require "nvim-treesitter.highlight" |
4 | 4 |
5 require'nvim-treesitter.configs'.setup { | 5 require'nvim-treesitter.configs'.setup { |
6 highlight = { | 6 highlight = { |