Compare commits
2 commits
1bb04f1b3b
...
3f5b09dd7d
Author | SHA1 | Date | |
---|---|---|---|
3f5b09dd7d | |||
56301c198b |
3 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
--ozone-platform-hint=auto
|
||||
--enable-feature=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--ignore-gpu-blocklist
|
||||
--enable-gpu-rasterization
|
||||
--enable-zero-copy
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
--ozone-platform-hint=auto
|
||||
--enable-feature=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
||||
--ignore-gpu-blocklist
|
||||
--enable-gpu-rasterization
|
||||
--enable-zero-copy
|
||||
|
|
|
@ -3,10 +3,6 @@ local opts = { noremap=true, silent=true, unique=true }
|
|||
|
||||
-- Diff hunks
|
||||
require('mini.diff').setup({
|
||||
view = {
|
||||
style = 'sign',
|
||||
signs = { add = '+', change = '~', delete = '-' },
|
||||
},
|
||||
mappings = {
|
||||
textobject = 'gh',
|
||||
goto_prev = '[c',
|
||||
|
@ -16,6 +12,13 @@ require('mini.diff').setup({
|
|||
apply = '<Leader>hs',
|
||||
reset = '<Leader>hr',
|
||||
},
|
||||
options = {
|
||||
wrap_goto = true,
|
||||
},
|
||||
view = {
|
||||
style = 'sign',
|
||||
signs = { add = '+', change = '~', delete = '-' },
|
||||
},
|
||||
})
|
||||
-- File System
|
||||
require('mini.files').setup({
|
||||
|
|
Loading…
Reference in a new issue