Compare commits
3 commits
19069aba44
...
8fe62f295f
Author | SHA1 | Date | |
---|---|---|---|
8fe62f295f | |||
ec823cbbad | |||
76f7c6695a |
4 changed files with 3 additions and 9 deletions
|
@ -31,7 +31,7 @@ bindl=,switch:Lid Switch,exec,swaylock --effect-greyscale
|
|||
|
||||
# Games
|
||||
bind=ALTSHIFT,C,exec,"/home/flyingstitchman/Documents/Games/Celeste/Celeste"
|
||||
bind=ALTSHIFT,O,exec,osu-lazer
|
||||
bind=ALTSHIFT,O,exec,osu\!
|
||||
bind=ALTSHIFT,R,exec,"/home/flyingstitchman/Documents/Games/factorio/bin/x64/factorio"
|
||||
bind=ALTSHIFT,S,exec,"/home/flyingstitchman/Documents/Games/Stardew Valley/StardewValley"
|
||||
bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe"
|
||||
|
|
|
@ -54,13 +54,6 @@ decoration {
|
|||
}
|
||||
|
||||
# Shadow
|
||||
drop_shadow=0
|
||||
shadow_range=15
|
||||
shadow_render_power=2
|
||||
shadow_ignore_window=1
|
||||
col.shadow=0xdb331153
|
||||
col.shadow_inactive=0x99333333
|
||||
shadow_offset=3 2
|
||||
|
||||
# Other
|
||||
rounding=15
|
||||
|
|
|
@ -37,7 +37,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
|
|||
local lspconfig = require('lspconfig')
|
||||
|
||||
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
|
||||
local servers = { 'clangd', 'glsl_analyzer', 'rust_analyzer', 'tinymist', 'vhdl_ls', 'vtsls' }
|
||||
local servers = { 'clangd', 'glsl_analyzer', 'tinymist', 'rust_analyzer', 'vhdl_ls', 'vtsls' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig[lsp].setup {
|
||||
-- on_attach = my_custom_on_attach,
|
||||
|
|
|
@ -80,6 +80,7 @@ in
|
|||
"p7zip"
|
||||
"pinentry"
|
||||
"rust-analyzer"
|
||||
"rustup"
|
||||
"tinymist"
|
||||
"unzip"
|
||||
"vhdl-ls"
|
||||
|
|
Loading…
Reference in a new issue