Compare commits
No commits in common. "27b181e5aed12f14446343b557670f65441bc488" and "e51198465e34c09ef7231ee433317180966bb9b4" have entirely different histories.
27b181e5ae
...
e51198465e
|
@ -1,11 +1,8 @@
|
|||
font_family JetBrainsMono Nerd Font
|
||||
font_family CaskaydiaCove Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
font_size 11.0
|
||||
|
||||
|
||||
linux_display_server x11
|
||||
|
||||
include ./themes/OneDark.conf
|
||||
|
|
|
@ -202,7 +202,7 @@ end
|
|||
|
||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||
-- map buffer local keybindings when the language server attaches
|
||||
local servers = { "pyright", "zls", "tsserver", "clangd" }
|
||||
local servers = { "pyright", "zls", "tsserver" }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {
|
||||
on_attach = on_attach,
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
GTK_IM_MODULE DEFAULT=fcitx
|
||||
QT_IM_MODULE DEFAULT=fcitx
|
||||
XMODIFIERS DEFAULT=\@im=fcitx
|
Loading…
Reference in New Issue