image/heif=eom.desktop;feh.desktop;
application/xml=gvim.desktop;
x-scheme-handler/tonsite=org.telegram.desktop.desktop;
+text/markdown=gvim.desktop;
[Default Applications]
application/illustrator=gimp.desktop
image/heif=feh.desktop
application/xml=gvim.desktop
x-scheme-handler/tonsite=org.telegram.desktop.desktop
+text/markdown=gvim.desktop
// vim:ft=jsonc:
{
+ // "coc.preferences.formatOnSaveFiletypes": ["sql"],
+ // "formatter.sql": {
+ // "command": "prettier",
+ // "args": ["--plugin", "prettier-plugin-sql"]
+ // },
"languageserver": {
"rust": {
"command": "rust-analyzer",
"command": "clangd",
"rootPatterns": ["compile_flags.txt", "compile_commands.json"],
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"]
+ },
+ "sql": {
+ "command": "sql-language-server",
+ "args": ["up", "--method", "node-ipc"],
+ "filetypes": ["sql", "sqlite"]
}
},
filetype plugin on
set mouse=a " To scroll Coc tooltips. https://github.com/neoclide/coc.nvim/issues/1405
set spellfile=~/.vim/spell/en.utf-8.add
-set spelllang=en,ru
+set spelllang=en,ru,la
" lightline
set laststatus=2
picom \
--shadow \
+ --backend glx \
--config ~/.compton.conf
# --experimental-backends \
# --active-opacity=0.85 \
# --inactive-opacity=0.65 \
+
+
+# $ /home/xand/.xlaunch.d.horlamca/compositor
+# [ 12/11/2024 14:08:34.080 sanitize_options ERROR ] Backend not specified. You must choose one explicitly. Valid ones are:
+# [ 12/11/2024 14:08:34.080 sanitize_options ERROR ] glx
+# [ 12/11/2024 14:08:34.080 sanitize_options ERROR ] egl
+# [ 12/11/2024 14:08:34.080 sanitize_options ERROR ] xrender
+# [ 12/11/2024 14:08:34.080 sanitize_options ERROR ] dummy
+# [ 12/11/2024 14:08:34.080 session_init FATAL ERROR ] Failed to get configuration, usually mean you have specified invalid options.
+# [ 12/11/2024 14:08:34.080 main FATAL ERROR ] Failed to create new session.
+++ /dev/null
-#! /bin/sh
-
-# set -e
-
-# pistactl --config ~/.pistactl."$(hostname)" restart
-# pistactl --config ~/.pistactl.toml restart
-# pistactl restart
alias gh-clone-org=gh_clone_org
alias j=jobs
alias t='tiz UTC US/Pacific US/Mountain US/Eastern Europe/Warsaw Europe/Kyiv Europe/Moscow Europe/Samara Asia/Manila NZ'
+alias ghr=gh-clone-repo
local -r file="$HOME"/arc/doc/links/"$(date +%F)"
case "$1" in
- '') vim "$file";;
+ '') "$EDITOR" "$file";;
*) echo "$1" >> "$file";;
esac
}