Compare commits
No commits in common. "15927b80268e7671bda56a57c440ddb7257c627a" and "29b0c1290ae13fba187a61309249c718c9f39d59" have entirely different histories.
15927b8026
...
29b0c1290a
3 changed files with 4 additions and 11 deletions
|
|
@ -61,9 +61,8 @@ vim.o.splitbelow = true
|
||||||
-- Use treesitter for folding
|
-- Use treesitter for folding
|
||||||
vim.wo.foldmethod = 'expr'
|
vim.wo.foldmethod = 'expr'
|
||||||
vim.wo.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
vim.wo.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||||
vim.opt.foldtext = ''
|
vim.o.foldlevelstart = 6
|
||||||
vim.o.foldlevelstart = 2
|
vim.o.foldnestmax = 5
|
||||||
vim.o.foldnestmax = 4
|
|
||||||
|
|
||||||
-- WHitespace
|
-- WHitespace
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
|
|
@ -89,10 +88,7 @@ vim.o.inccommand = 'split'
|
||||||
vim.o.cursorline = true
|
vim.o.cursorline = true
|
||||||
|
|
||||||
-- Minimal number of screen lines to keep above and below the cursor.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.o.scrolloff = 7
|
vim.o.scrolloff = 10
|
||||||
|
|
||||||
-- Increase amount of scrolling the mouse does
|
|
||||||
vim.o.mousescroll = 'ver:2,hor:2'
|
|
||||||
|
|
||||||
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
|
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
|
||||||
-- instead raise a dialog asking if you wish to save the current file(s)
|
-- instead raise a dialog asking if you wish to save the current file(s)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
'echasnovski/mini.animate',
|
'echasnovski/mini.animate',
|
||||||
opts = { scroll = { timing = require('mini.animate').gen_timing.quadratic { duration = 10, unit = 'step' } } },
|
opts = {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,3 @@ bindsym $mod+Alt+q exec swaymsg input type:keyboard xkb_variant '""' && notify-
|
||||||
|
|
||||||
|
|
||||||
bindsym $mod+Alt+u exec rofimoji --files latin-1_supplement emojis --action type
|
bindsym $mod+Alt+u exec rofimoji --files latin-1_supplement emojis --action type
|
||||||
|
|
||||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy
|
|
||||||
bindsym $mod+Print exec grim - | wl-copy
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue