i3: update i3 config

This commit is contained in:
Marco Thomas
2023-02-02 08:52:38 +01:00
parent dc07e72022
commit 5f1c6c3e09
4 changed files with 53 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ local navic = require('nvim-navic') -- breadcrumbs
-- Normal LSPs
-- Install with `:LSPInstall`
local servers = { "pylsp", "sumneko_lua", "hls", "clangd" }
local servers = { "pylsp", "sumneko_lua", "clangd" }
for _, i in ipairs(servers) do
lsp[i].setup({
on_attach = function(client, bufnr)

View File

@@ -133,6 +133,9 @@
"\\usetheme{Singapore}",
"\\usecolortheme{rose}",
"",
"% \\definecolor{accent}{rgb}{0.98047, 0.33203, 0.33203}",
"% \\setbeamercolor{structure}{fg=accent},"
"",
"%%% page numbers in the bottom right",
"\\addtobeamertemplate{navigation symbols}{}{%",
" \\usebeamerfont{footline}%",