updates
This commit is contained in:
+1
-10
@@ -17,7 +17,7 @@ vim.g.python3_host_prog = "/usr/bin/python3.10"
|
||||
|
||||
-- looks
|
||||
opt.termguicolors = true
|
||||
opt.cmdheight = 2
|
||||
opt.cmdheight = 1
|
||||
opt.background = "dark"
|
||||
opt.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
|
||||
opt.list = true -- Show listchars
|
||||
@@ -323,15 +323,6 @@ require("packer").startup {
|
||||
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 {
|
||||
"haya14busa/vim-asterisk",
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user