chore: general update
This commit is contained in:
parent
f5427e049a
commit
094f2c90cd
|
@ -1,8 +1,11 @@
|
||||||
font_family CaskaydiaCove Nerd Font
|
font_family JetBrainsMono Nerd Font
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
font_size 11.0
|
font_size 11.0
|
||||||
|
|
||||||
|
|
||||||
|
linux_display_server x11
|
||||||
|
|
||||||
include ./themes/OneDark.conf
|
include ./themes/OneDark.conf
|
||||||
|
|
|
@ -202,7 +202,7 @@ end
|
||||||
|
|
||||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||||
-- map buffer local keybindings when the language server attaches
|
-- map buffer local keybindings when the language server attaches
|
||||||
local servers = { "pyright", "zls", "tsserver" }
|
local servers = { "pyright", "zls", "tsserver", "clangd" }
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
GTK_IM_MODULE DEFAULT=fcitx
|
||||||
|
QT_IM_MODULE DEFAULT=fcitx
|
||||||
|
XMODIFIERS DEFAULT=\@im=fcitx
|
1
.paodarc
1
.paodarc
|
@ -14,6 +14,7 @@ alias grep="rg"
|
||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
alias sudo="doas"
|
alias sudo="doas"
|
||||||
alias sudoedit="doas rnano"
|
alias sudoedit="doas rnano"
|
||||||
|
alias zigup="zigup --path-link ~/.local/bin/zig --install-dir ~/.local/share/zig"
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
dotfile() {
|
dotfile() {
|
||||||
|
|
Loading…
Reference in New Issue