Compare commits

..

No commits in common. "9ef45b2d56d941586642a245f5c50a23556cf409" and "efd48897ad3e887eedbc12b0d62aa011bf7e73a4" have entirely different histories.

4 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,6 @@
-- compile and open LaTeX doc
vim.keymap.set('n', 'cv', '<cmd>!zathura build/**/*.pdf > /dev/null 2>&1&<cr><cr>')
vim.keymap.set('n', 'cr', '<cmd>!tectonic -X build<cr>')
vim.api.nvim_create_user_command('Tex',
function()
vim.cmd('!tectonic -X build')
vim.cmd('!zathura build/**/*.pdf')
end,{})

View File

@ -10,7 +10,7 @@ require("catppuccin").setup({
dim_inactive = {
enabled = false,
shade = "dark",
percentage = 0,
percentage = 0.15,
},
no_italic = false, -- Force no italic
no_bold = false, -- Force no bold

View File

@ -16,7 +16,6 @@ lsp.rust_analyzer.setup{coq.lsp_ensure_capabilities()}
lsp.gdscript.setup{coq.lsp_ensure_capabilities()}
lsp.asm_lsp.setup{coq.lsp_ensure_capabilities()}
lsp.ltex.setup{coq.lsp_ensure_capabilities()}
lsp.racket_langserver.setup{coq.lsp_ensure_capabilities()}
lsp.java_language_server.setup{coq.lsp_ensure_capabilities{},
cmd = {

View File

@ -3,7 +3,7 @@ require('lualine').setup {
icons_enabled = true,
theme = 'auto',
component_separators = { left = '', right = ''},
section_separators = { left = '▒░', right = '░▒'},
section_separators = { left = '', right = ''},
disabled_filetypes = {
statusline = {},
winbar = {},