Compare commits

...

2 Commits

Author SHA1 Message Date
David JULIEN d2f7335a1d feat: update sumneko_lua 2021-07-22 23:12:01 +02:00
David JULIEN c4aeb144cb cleanup: remove unnecessary settings for nvim plugins
no need for "opt = true" when using "cmd = ..." or "ft = ..."
2021-07-22 23:10:38 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -34,14 +34,12 @@ return require("packer").startup(function()
use {
"nvim-telescope/telescope.nvim",
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
opt = true,
cmd = "Telescope"
}
-- LSP
use {
"neovim/nvim-lspconfig",
opt = true,
ft = { "c", "cpp", "lua", "python", "tex"},
config = function() require("lsp").setup() end
}
@ -52,7 +50,6 @@ return require("packer").startup(function()
-- display colors directly in editor
use {
"norcalli/nvim-colorizer.lua",
opt = true,
cmd = "ColorizerToggle"
}

@ -1 +1 @@
Subproject commit 9889dc0d1c9673575ebbfa62f3d47d59d0ff8664
Subproject commit 8bd3d0987af29c71f5e6bfa884936dc99aa58293