mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: manage plugin based on purpose
This commit is contained in:
parent
b3dc2415c6
commit
1901d7c519
5 changed files with 0 additions and 14 deletions
|
|
@ -1,8 +1,3 @@
|
|||
local opt = vim.opt
|
||||
opt.tabstop = 4
|
||||
opt.smartindent = true
|
||||
opt.shiftwidth = 4
|
||||
opt.expandtab = true
|
||||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
|
|
@ -10,13 +5,4 @@ return {
|
|||
colorscheme = "everforest",
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
tabstop = 4,
|
||||
smartindent = true,
|
||||
shiftwidth = 4,
|
||||
expandtab = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue