From fd379714cca1d340a1793fc9beb10938803c6c55 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 6 Sep 2024 13:21:48 -0400 Subject: update neovim --- .config/nvim/lua/theme.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/theme.lua') diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua index 79631c1..556a230 100644 --- a/.config/nvim/lua/theme.lua +++ b/.config/nvim/lua/theme.lua @@ -33,7 +33,7 @@ if not ok then end require('lualine').setup { - options = { + options = { theme = colorscheme, icons_enabled = true, globalstatus = true, @@ -66,3 +66,8 @@ require('alpha').setup(theme.config) require('hologram').setup { auto_display = true } + +require("virt-column").setup { + enabled = true, + virtcolumn = "80" +} -- cgit v1.2.3-freya