Lazy #1
4 changed files with 12 additions and 11 deletions
|
|
@ -41,10 +41,10 @@ decoration {
|
||||||
blur_passes=1 # minimum 1
|
blur_passes=1 # minimum 1
|
||||||
blur_new_optimizations=true
|
blur_new_optimizations=true
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
bezier = dragging,0.5,0.5,0.5,0.5
|
||||||
enabled=1
|
enabled=1
|
||||||
animation=windowsMove,1,3,default
|
animation=windowsMove,1,5,default
|
||||||
animation=windows,1,5,default
|
animation=windows,1,5,default
|
||||||
animation=border,1,10,default
|
animation=border,1,10,default
|
||||||
animation=fade,1,10,default
|
animation=fade,1,10,default
|
||||||
|
|
@ -63,7 +63,7 @@ gestures {
|
||||||
misc {
|
misc {
|
||||||
vfr=true
|
vfr=true
|
||||||
vrr=1
|
vrr=1
|
||||||
# animate_manual_resizes=true
|
animate_manual_resizes=true
|
||||||
# enable_swallow=true
|
# enable_swallow=true
|
||||||
# swallow_regex=^(.*)(kitty)(.*)$
|
# swallow_regex=^(.*)(kitty)(.*)$
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
monitor=,1080x1920@60,0x0,1
|
monitor=,1920x1080@144,0x0,1
|
||||||
input {
|
input {
|
||||||
repeat_delay=200
|
repeat_delay=200
|
||||||
natural_scroll=false
|
natural_scroll=false
|
||||||
|
|
@ -37,7 +37,7 @@ decoration {
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled=1
|
enabled=1
|
||||||
animation=windowsMove,1,3,default
|
animation=windowsMove,1,10,default
|
||||||
animation=windows,1,5,default
|
animation=windows,1,5,default
|
||||||
animation=border,1,10,default
|
animation=border,1,10,default
|
||||||
animation=fade,1,10,default
|
animation=fade,1,10,default
|
||||||
|
|
@ -54,8 +54,8 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
no_vfr=false
|
animate_manual_resizes=true
|
||||||
# animate_manual_resizes=true
|
animate_mouse_windowdragging=true
|
||||||
enable_swallow=true
|
enable_swallow=true
|
||||||
swallow_regex=^(.*)(Alacritty)(.*)$
|
swallow_regex=^(.*)(Alacritty)(.*)$
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,10 @@ return {
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
local luasnip = require("luasnip")
|
local luasnip = require("luasnip")
|
||||||
return {
|
return {
|
||||||
completion = {
|
preselect = cmp.PreselectMode.None,
|
||||||
completeopt = "menu,menuone,noinsert",
|
-- completion = {
|
||||||
},
|
-- completeopt = "menu,menuone,noinsert",
|
||||||
|
-- },
|
||||||
snippet = {
|
snippet = {
|
||||||
expand = function(args)
|
expand = function(args)
|
||||||
require("luasnip").lsp_expand(args.body)
|
require("luasnip").lsp_expand(args.body)
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ return {
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
},
|
},
|
||||||
-- Automatically format on save
|
-- Automatically format on save
|
||||||
autoformat = true,
|
autoformat = false,
|
||||||
-- options for vim.lsp.buf.format
|
-- options for vim.lsp.buf.format
|
||||||
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
-- `bufnr` and `filter` is handled by the LazyVim formatter,
|
||||||
-- but can be also overridden when specified
|
-- but can be also overridden when specified
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue