Diary and most lsp only available on ccflow, added hostname guard condition

This commit is contained in:
2026-03-04 21:58:23 +01:00
parent 107a257642
commit 2b47d7a9cd
4 changed files with 56 additions and 44 deletions

View File

@@ -6,5 +6,7 @@ require('plugins')
require('colorscheme')
require('lsp')
require('keybindings')
require('diary')
require('layout')
if vim.loop.os_gethostname() == 'ccflow' then
require('diary')
end