force LANG, add rosencrantz configs

This commit is contained in:
Barak Michener 2024-12-17 16:36:00 -08:00
parent 1395146661
commit 647e39b5cf
2 changed files with 7 additions and 2 deletions

View file

@ -37,6 +37,8 @@ TERM = "xterm-256color"
size = 15.5 size = 15.5
{{ else if eq .chezmoi.hostname "mercutio" -}} {{ else if eq .chezmoi.hostname "mercutio" -}}
size = 20.0 size = 20.0
{{ else if eq .chezmoi.hostname "rosencrantz" -}}
size = 15.0
{{ else -}} {{ else -}}
size = 19.0 size = 19.0
{{ end }} {{ end }}
@ -101,8 +103,11 @@ key = "P"
mode = "Vi|~Search" mode = "Vi|~Search"
[[keyboard.bindings]] [[keyboard.bindings]]
{{if eq .chezmoi.hostname "rosencrantz" -}}
action = "ToggleFullscreen"
{{ else -}}
action = "ToggleMaximized" action = "ToggleMaximized"
#action = "ToggleFullscreen" {{ end }}
key = "Return" key = "Return"
mods = "Alt" mods = "Alt"

View file

@ -211,7 +211,7 @@ require('go').setup({
iferr_vertical_shift = 2 iferr_vertical_shift = 2
}) })
require('telescope').load_extension('goimpl') --require('telescope').load_extension('goimpl')
function org_imports(wait_ms) function org_imports(wait_ms)
local params = vim.lsp.util.make_range_params() local params = vim.lsp.util.make_range_params()