chore: do not define tree-sitter in init.lua (delegate to
home-manager)
This commit is contained in:
parent
24662b79e5
commit
e2e642166a
10
init.lua
10
init.lua
|
@ -44,16 +44,6 @@ require("lazy").setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
"rktjmp/lush.nvim",
|
"rktjmp/lush.nvim",
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
|
||||||
version = false,
|
|
||||||
build = ":TSUpdate",
|
|
||||||
opts = {
|
|
||||||
highlight = { enable = true },
|
|
||||||
indent = { enable = true },
|
|
||||||
ensure_installed = "maintained",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'goolord/alpha-nvim',
|
'goolord/alpha-nvim',
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
|
|
Loading…
Reference in a new issue