Compare commits

...

5 Commits

Author SHA1 Message Date
David JULIEN 2be3a9f24b
Merge branch 'dev' into mercury
sxhkd:
        tweak color-switch keymaps
        add screenlock keymap
        add screenshot for window
nvim:
        add latex lsp
2022-05-17 16:46:45 +02:00
David JULIEN 015c7f3936 [nvim] feat: add latex lsp 2022-05-17 16:45:58 +02:00
David JULIEN 9a076e3984 [sxhkd] feat: add screenshot -w keymap 2022-05-17 16:23:44 +02:00
David JULIEN 9360696302 [sxhkd] feat: alt key to tweak mappings 2022-05-17 16:23:07 +02:00
David JULIEN 33f4267a61 [sxhkd] feat: add slock keymap 2022-05-17 16:20:52 +02:00
3 changed files with 26 additions and 2 deletions

View File

@ -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 = {

View File

@ -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

View File

@ -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