seems to disable everything we may have to use a more complicated method

This commit is contained in:
Chris 2021-07-04 10:22:16 -04:00
parent 1ed7392534
commit 0d14b91e1e
6 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
if not package.loaded['lspconfig'] then
return
end
-- if not package.loaded['lspconfig'] then
-- return
-- end
local nvim_lsp = require'lspconfig'
local configs = require'lspconfig/configs'

View file

@ -1,6 +1,6 @@
if not package.loaded['nvim-autopairs'] then
return
end
-- if not package.loaded['nvim-autopairs'] then
-- return
-- end
local npairs = require('nvim-autopairs')
local Rule = require('nvim-autopairs.rule')

View file

@ -1,6 +1,6 @@
if not package.loaded['compe'] then
return
end
--if not package.loaded['compe'] then
-- return
-- end
local M = {}

View file

@ -1,6 +1,6 @@
if not package.loaded['nvim-tree.view'] then
return
end
--if not package.loaded['nvim-tree.view'] then
-- return
--end
local M = {}

View file

@ -1,6 +1,6 @@
if not package.loaded['nvim-treesitter'] then
return
end
-- if not package.loaded['nvim-treesitter'] then
-- return
-- end
require'nvim-treesitter.configs'.setup {
ensure_installed = O.treesitter.ensure_installed, -- one of "all", "maintained" (parsers with maintainers), or a list of languages

View file

@ -1,6 +1,6 @@
if not package.loaded['which-key'] then
return
end
-- if not package.loaded['which-key'] then
-- return
-- end
require("which-key").setup {
plugins = {