Compare commits

..

No commits in common. "475ed9bb31349aef13217f2d794c5355d6c3dea1" and "9aed284dbea620b7a639a5ab49ec5eff45d49e53" have entirely different histories.

3 changed files with 1 additions and 17 deletions

View File

@ -24,21 +24,5 @@ return {
"echasnovski/mini.pairs",
version = "*",
config = function() require("mini.pairs").setup() end,
},
{
"echasnovski/mini.indentscope",
version = "*",
opts = function()
local plugin = require("mini.indentscope")
return {
draw = {
animation = plugin.gen_animation.none()
}
}
end,
config = function(_, opts)
require("mini.indentscope").setup(opts)
end,
}
}

View File

@ -9,7 +9,7 @@ _G.lsp_root_dir = vim.fn.stdpath("data") .. "/mason/bin"
local servers = {
"clangd",
"rust_analyzer",
"lua_ls",
"sumneko_lua",
"texlab",
}