diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-06 13:21:48 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-06 13:21:48 -0400 |
commit | fd379714cca1d340a1793fc9beb10938803c6c55 (patch) | |
tree | 548ac410a4d0c129af513710c5a1891fa7d4dc51 /.config/nvim/lua/theme.lua | |
parent | update hyprland, ssh config, remove liks tpm, other stuff (diff) | |
download | dotfiles-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.lua | 7 |
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" +} |