configure dconf
This commit is contained in:
parent
661973185a
commit
fa644090ce
4 changed files with 35 additions and 2 deletions
|
|
@ -62,6 +62,7 @@
|
|||
riff
|
||||
dissent
|
||||
loupe
|
||||
spotify-player
|
||||
|
||||
# overrides
|
||||
# (chromium.override {
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-Space>'] = cmp.mapping.complete(),
|
||||
['<C-e>'] = cmp.mapping.abort(),
|
||||
['<C-Tab>'] = cmp.mapping.confirm({ select = true }),
|
||||
['<C-Enter>'] = cmp.mapping.confirm({ select = true }),
|
||||
})
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@
|
|||
proportion = 0.5;
|
||||
};
|
||||
preset-column-widths = [
|
||||
{ proportion = 3.0 / 12.0; }
|
||||
{ proportion = 4.0 / 12.0; }
|
||||
{ proportion = 6.0 / 12.0; }
|
||||
{ proportion = 8.0 / 12.0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue