fix(tmuxinator): edit template - don't run dcud and open nvim with a .

This commit is contained in:
Oliver
2025-10-13 14:18:52 +02:00
parent c4e46206d7
commit 3230e6d872
2 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ vim.o.timeoutlen = 0
-- setup prolog
require('lspconfig/prolog_lsp')
require('lspconfig').prolog_lsp.setup{}
require('olinpin.intro').open()
-- require('olinpin.intro').open()

View File

@@ -5,6 +5,6 @@ windows:
- zsh:
layout: b8f6,198x59,0,0[198x39,0,0,71,198x19,0,40{99x19,0,40,73,98x19,100,40,75}]
panes:
- nvim
- nvim .
-
- dcud
-