mirror of https://github.com/LazyVim/starter
chore: manage plugin based on purpose
parent
571a9a9afa
commit
4a8ddf5245
|
@ -1,8 +1,3 @@
|
||||||
local opt = vim.opt
|
|
||||||
opt.tabstop = 4
|
|
||||||
opt.smartindent = true
|
|
||||||
opt.shiftwidth = 4
|
|
||||||
opt.expandtab = true
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
|
@ -10,13 +5,4 @@ return {
|
||||||
colorscheme = "everforest",
|
colorscheme = "everforest",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
opts = {
|
|
||||||
tabstop = 4,
|
|
||||||
smartindent = true,
|
|
||||||
shiftwidth = 4,
|
|
||||||
expandtab = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue