diff --git a/.config/nvim/lua/plugin/lsp/init.lua b/.config/nvim/lua/plugin/lsp/init.lua index 3810d38..86f73d0 100644 --- a/.config/nvim/lua/plugin/lsp/init.lua +++ b/.config/nvim/lua/plugin/lsp/init.lua @@ -58,7 +58,7 @@ local capabilities = vim.lsp.protocol.make_client_capabilities() capabilities = require("cmp_nvim_lsp").update_capabilities(capabilities) -- Setup nvim-lsp-installer -local servers = { "clangd", "sumneko_lua" } +local servers = { "clangd", "sumneko_lua", "texlab" } lsp_installer.setup { ensure_installed = servers, ui = { diff --git a/.config/nvim/lua/plugin/lsp/texlab.lua b/.config/nvim/lua/plugin/lsp/texlab.lua new file mode 100644 index 0000000..2fbbf14 --- /dev/null +++ b/.config/nvim/lua/plugin/lsp/texlab.lua @@ -0,0 +1,18 @@ +-- Author : swytch +-- Created : Monday May 17, 2022 16:29:18 CET +-- License : GPLv3 +-- Description : neovim lsp config file for texlab + + +local M = {} + +M.setup = function(opts) + opts.settings = { + build = { + executable = "pdflatex" + } + } +end + +return M + diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f4a3d82..1b3aee6 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,6 +26,9 @@ super + shift + s super + shift + r dmenuprompt "reboot?" "loginctl reboot" +super + BackSpace + slock + super + shift + d displayselect @@ -35,7 +38,7 @@ super + shift + o super + c switch-colors -super + shift + c +super + alt + c switch-colors -s # Others @@ -51,6 +54,9 @@ super + d super + p screenshot +super + alt + p + screenshot -w + super + shift + {w,z} $BROWSER