feat : no indentline in vim + disable window manager
This commit is contained in:
parent
f289e6af62
commit
750b55bd68
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
-- theme Rosé Pine
|
-- theme Rosé Pine
|
||||||
{ 'rose-pine/neovim', name = 'rose-pine' },
|
{ "rose-pine/neovim", name = "rose-pine" },
|
||||||
|
|
||||||
-- Configure LazyVim to load theme
|
-- Configure LazyVim to load theme
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,10 @@ return {
|
||||||
vim.cmd([[Neotree close]])
|
vim.cmd([[Neotree close]])
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
|
||||||
|
{ "echasnovski/mini.indentscope", enabled = false },
|
||||||
}
|
}
|
||||||
|
|
|
@ -160,7 +160,8 @@ in
|
||||||
latte-dock
|
latte-dock
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
libsForQt5.ark
|
libsForQt5.ark
|
||||||
libsForQt5.bismuth
|
#libsForQt5.krohnkite
|
||||||
|
#libsForQt5.bismuth
|
||||||
mixxx
|
mixxx
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
obsidian
|
obsidian
|
||||||
|
|
Loading…
Reference in a new issue