diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f055029..d548721 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -109,7 +109,7 @@ A-e = "move_parent_node_end" A-b = "move_parent_node_start" C-p = [ - ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0 | head -c -1; or wl-paste --no-newline 2>/dev/null', + ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0 | head -c -1; or wl-paste --no-newline 2>/dev/null', "append_mode", "collapse_selection", ] @@ -148,7 +148,7 @@ H = "goto_previous_buffer" C-l = "@:e%:bc:" # move buffer to the end C-g = ":reset-diff-change" -C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null' +C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null' # C-k = "jump_view_up" # C-h = "jump_view_left" @@ -180,7 +180,7 @@ H = "goto_previous_buffer" C-l = "@:e%:bc:" # move buffer to the end C-g = ":reset-diff-change" -C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null' +C-p = ':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "%%s" "$p" | html2text -b0; or wl-paste --no-newline 2>/dev/null' # C-q = "wclose" # C-k = "jump_view_up" @@ -228,6 +228,8 @@ i = ":toggle lsp.display-inlay-hints" e = ":toggle end-of-line-diagnostics disable hint" d = ":toggle inline-diagnostics.cursor-line disable warning" D = ":toggle inline-diagnostics.other-lines disable error" +l = ":lsp-stop" +L = ":lsp-restart" # t = [":toggle cursorline", ":toggle line-number absolute relative"] # https://github.com/helix-editor/helix/issues/13187 diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a0e1550..117c8db 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -115,6 +115,8 @@ file-types = ["dts", "dtsi", "keymap"] # # defaultZephyrBindings = ["./zephyr/dts/bindings"] # # contexts = [] +[language-server.typescript-language-server.config] +format = { indentSize = 4 } # [[language]] # name = "python" diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf index 3ba52f1..e4fa956 100644 --- a/.config/hypr/monitors.conf +++ b/.config/hypr/monitors.conf @@ -16,8 +16,8 @@ monitorv2 { scale = auto } # monitor = eDP-1, disable - - # monitor = DP-6, preferred, auto, 1, transform, 3 -# monitor = eDP-1, preferred, auto, auto # monitor =, disable + +# monitor = DP-6, preferred, auto, 1, transform, 3 +# monitor = eDP-1, preferred, auto, auto monitor =, preferred, auto, auto diff --git a/.local/share/cargo/clippy.toml b/.local/share/cargo/clippy.toml index 8b13789..2f3d60b 100644 --- a/.local/share/cargo/clippy.toml +++ b/.local/share/cargo/clippy.toml @@ -1 +1 @@ - +allow-one-hash-in-raw-strings = true