Added simple stopwatch as with <leader>S prefix

This commit is contained in:
Lüdecke Sascha
2026-07-13 10:57:20 +02:00
parent da729abfc5
commit b9dfccaa43
3 changed files with 247 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ require('colorscheme')
require('lsp')
require('keybindings')
require('layout')
require('stopwatch').setup({})
if vim.loop.os_gethostname() == 'ccflow' then
require('diary')
end