mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 10:35:03 +02:00
seems to disable everything we may have to use a more complicated method
This commit is contained in:
parent
1ed7392534
commit
0d14b91e1e
6 changed files with 18 additions and 18 deletions
|
@ -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'
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
if not package.loaded['compe'] then
|
||||
return
|
||||
end
|
||||
--if not package.loaded['compe'] then
|
||||
-- return
|
||||
-- end
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue