diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/theme.lua | 2 |
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 }, |