fix deprications and use ts rainbow2 instead
This commit is contained in:
parent
074b9ebb76
commit
f0f214c43b
3 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
|||
local lspconfig = require("lspconfig")
|
||||
|
||||
lspconfig.sumneko_lua.setup({})
|
||||
lspconfig.lua_ls.setup({})
|
||||
|
|
|
@ -108,7 +108,7 @@ return packer.startup(function(use)
|
|||
end,
|
||||
})
|
||||
use({
|
||||
"p00f/nvim-ts-rainbow",
|
||||
"HiPhish/nvim-ts-rainbow2",
|
||||
after = "nvim-treesitter",
|
||||
})
|
||||
use({
|
||||
|
@ -290,14 +290,13 @@ return packer.startup(function(use)
|
|||
"akinsho/bufferline.nvim",
|
||||
config = function()
|
||||
require("plugins.configs.bufferline")
|
||||
end
|
||||
end,
|
||||
})
|
||||
use({
|
||||
"moll/vim-bbye",
|
||||
after = "bufferline.nvim"
|
||||
after = "bufferline.nvim",
|
||||
})
|
||||
|
||||
|
||||
if PACKER_BOOTSTRAP then
|
||||
require("packer").sync()
|
||||
end
|
||||
|
|
Reference in a new issue