@@ -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'
-if not package.loaded['nvim-autopairs'] then
+-- if not package.loaded['nvim-autopairs'] then
local npairs = require('nvim-autopairs')
local Rule = require('nvim-autopairs.rule')
-if not package.loaded['compe'] then
+--if not package.loaded['compe'] then
local M = {}
-if not package.loaded['nvim-tree.view'] then
+--if not package.loaded['nvim-tree.view'] then
+--end
-if not package.loaded['nvim-treesitter'] then
+-- if not package.loaded['nvim-treesitter'] then
require'nvim-treesitter.configs'.setup {
ensure_installed = O.treesitter.ensure_installed, -- one of "all", "maintained" (parsers with maintainers), or a list of languages
-if not package.loaded['which-key'] then
+-- if not package.loaded['which-key'] then
require("which-key").setup {
plugins = {