This commit is contained in:
Henrik Bakken
2022-04-24 19:21:29 +02:00
parent 4c312e027d
commit 2c9338d672
+1 -10
View File
@@ -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()