commit cd5f3a73540e3fe3f24018a8f3c14cfd6b5aee4e
parent 9af0c4f0c33ca18ca91414d64eb8e1e17fafd6ff
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date: Wed, 8 Jun 2022 09:48:34 +0200
fix: lsp change a bit of things
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/lua/lsp_config.lua b/lua/lsp_config.lua
@@ -230,7 +230,7 @@ local lsps = {
end
return files
end)(),
- setenceCacheSize = 2000,
+ sentenceCacheSize = 2000,
additionalRules = {
enablePickyRules = true,
motherTongue = "fr",
diff --git a/lua/plugins.lua b/lua/plugins.lua
@@ -48,7 +48,6 @@ return packer.startup(function(use)
-- LSP related
use {'neovim/nvim-lspconfig', requires = "williamboman/nvim-lsp-installer"}
- use 'nvim-lua/lsp-status.nvim'
-- Treesitter related
localuse 'nvim-treesitter/nvim-treesitter'