force LANG, add rosencrantz configs
This commit is contained in:
parent
1395146661
commit
647e39b5cf
2 changed files with 7 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue