update
This commit is contained in:
parent
6aa8d00242
commit
95ad4c7c5f
@ -127,5 +127,16 @@ return {
|
||||
-- themes
|
||||
"tomasr/molokai",
|
||||
|
||||
"vimwiki/vimwiki",
|
||||
{
|
||||
"vimwiki/vimwiki",
|
||||
init = function ()
|
||||
vim.g.vimwiki_list = {
|
||||
{
|
||||
path = '~/vimwiki/',
|
||||
syntax = 'markdown',
|
||||
ext = '.md',
|
||||
}
|
||||
}
|
||||
end
|
||||
}
|
||||
}
|
||||
|
@ -64,6 +64,10 @@ return {
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
}
|
||||
nvlsp['pylsp'].setup{
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
}
|
||||
|
||||
end
|
||||
}
|
||||
|
@ -17,7 +17,8 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 alacritty
|
||||
# set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 alacritty
|
||||
set $term alacritty
|
||||
# set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 WINIT_UNIX_BACKEND=x11 alacritty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
|
@ -31,7 +31,7 @@
|
||||
},
|
||||
"wlr/workspaces": {
|
||||
"format": "{name}",
|
||||
"on-click": "activate",
|
||||
// "on-click": "activate",
|
||||
"disable-scroll": true
|
||||
},
|
||||
"sway/window": {
|
||||
|
Loading…
Reference in New Issue
Block a user