1
0
Fork 0

some shit

This commit is contained in:
Luca Bilke 2022-11-22 09:47:47 +01:00
parent 1c685301b0
commit b62dc6a45b
2 changed files with 2 additions and 12 deletions

View File

@ -103,7 +103,7 @@ map kitty_mod+x scroll_to_prompt 1
map kitty_mod+g show_last_command_output
# Font sizes
map kitty_mod+plus change_font_size all +2.0
map kitty_mod+equal change_font_size all +2.0
map kitty_mod+minus change_font_size all -2.0
map kitty_mod+backspace change_font_size all 0

View File

@ -35,18 +35,8 @@ local opts = {
capabilities = capabilities
}
-- for server, config in pairs(servers) do
-- opts = {
-- on_attach = on_attach,
-- capabilities = capabilities
-- }
-- server = vim.split(server, "@")[1]
-- opts = vim.tbl_deep_extend("force", config, opts)
-- lspconfig[server].setup(opts)
-- end
mason_lspconfig.setup({
ensure_installed = servers,
ensure_installed = {},
automatic_installation = true,
})