updates
This commit is contained in:
+1
-10
@@ -17,7 +17,7 @@ vim.g.python3_host_prog = "/usr/bin/python3.10"
|
|||||||
|
|
||||||
-- looks
|
-- looks
|
||||||
opt.termguicolors = true
|
opt.termguicolors = true
|
||||||
opt.cmdheight = 2
|
opt.cmdheight = 1
|
||||||
opt.background = "dark"
|
opt.background = "dark"
|
||||||
opt.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
|
opt.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
|
||||||
opt.list = true -- Show listchars
|
opt.list = true -- Show listchars
|
||||||
@@ -323,15 +323,6 @@ require("packer").startup {
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
-- indentation guides
|
|
||||||
use {
|
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
|
||||||
config = function()
|
|
||||||
vim.g.indent_blankline_char = "|"
|
|
||||||
vim.g.indent_blankline_use_treesitter = true
|
|
||||||
end
|
|
||||||
}
|
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"haya14busa/vim-asterisk",
|
"haya14busa/vim-asterisk",
|
||||||
config = function()
|
config = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user