summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/theme.lua
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-04-05 15:11:06 -0400
committerFreya Murphy <freya@freyacat.org>2024-04-05 15:11:06 -0400
commit7d1caf4249319180f637cd3d1a1f7d9a5bffe141 (patch)
tree44b167845f0dbb42b3c6a3a1d6e492318d5aa92b /.config/nvim/lua/theme.lua
parentupdate init script and configs (diff)
downloaddotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.tar.gz
dotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.tar.bz2
dotfiles-arch-7d1caf4249319180f637cd3d1a1f7d9a5bffe141.zip
hi
Diffstat (limited to '.config/nvim/lua/theme.lua')
-rw-r--r--.config/nvim/lua/theme.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua
index cfcfb04..c0acb8f 100644
--- a/.config/nvim/lua/theme.lua
+++ b/.config/nvim/lua/theme.lua
@@ -40,6 +40,8 @@ require('lualine').setup {
},
}
+require('todo-comments').setup()
+
require('indent-o-matic').setup {
max_lines = 2048,
standard_widths = { 2, 4, 8 },