i3: update i3 config
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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}%",
|
||||
|
||||
Reference in New Issue
Block a user