Adjustments for slaptop and completion providers, TODO markers

This commit is contained in:
Sascha Lüdecke
2026-07-21 20:23:55 +02:00
parent 35992a31d5
commit 8202d991df
2 changed files with 10 additions and 5 deletions

View File

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