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 {
|
||||
-- theme Rosé Pine
|
||||
{ 'rose-pine/neovim', name = 'rose-pine' },
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
|
||||
-- Configure LazyVim to load theme
|
||||
{
|
||||
|
@ -22,7 +22,10 @@ return {
|
|||
vim.cmd([[Neotree close]])
|
||||
end,
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
|
||||
{ "echasnovski/mini.indentscope", enabled = false },
|
||||
}
|
||||
|
|
|
@ -160,7 +160,8 @@ in
|
|||
latte-dock
|
||||
libreoffice-qt
|
||||
libsForQt5.ark
|
||||
libsForQt5.bismuth
|
||||
#libsForQt5.krohnkite
|
||||
#libsForQt5.bismuth
|
||||
mixxx
|
||||
nextcloud-client
|
||||
obsidian
|
||||
|
|
Loading…
Reference in a new issue