summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/theme.lua
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-06 13:21:48 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-06 13:21:48 -0400
commitfd379714cca1d340a1793fc9beb10938803c6c55 (patch)
tree548ac410a4d0c129af513710c5a1891fa7d4dc51 /.config/nvim/lua/theme.lua
parentupdate hyprland, ssh config, remove liks tpm, other stuff (diff)
downloaddotfiles-arch-fd379714cca1d340a1793fc9beb10938803c6c55.tar.gz
dotfiles-arch-fd379714cca1d340a1793fc9beb10938803c6c55.tar.bz2
dotfiles-arch-fd379714cca1d340a1793fc9beb10938803c6c55.zip
update neovim
Diffstat (limited to '.config/nvim/lua/theme.lua')
-rw-r--r--.config/nvim/lua/theme.lua7
1 files changed, 6 insertions, 1 deletions
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"
+}