nvim: replace with a new config

This commit is contained in:
2025-11-20 23:10:17 +01:00
parent 71b7e78112
commit 195176678c
56 changed files with 674 additions and 1545 deletions

View File

@@ -1,9 +1,9 @@
os:
edit: 'vis {{filename}}'
editAtLine: 'vis +:{{line}} {{filename}}'
editAtLineAndWait: 'vis +:{{line}} {{filename}}'
edit: 'nvim {{filename}}'
editAtLine: 'nvim +{{line}} {{filename}}'
editAtLineAndWait: 'nvim +{{line}} {{filename}}'
editInTerminal: true
openDirInEditor: 'vis {{dir}}'
openDirInEditor: 'nvim {{dir}}'
gui:
nerdFontsVersion: "3"