updoots from laptop

This commit is contained in:
Marco Thomas
2020-12-07 16:51:53 +01:00
parent 07af5d3ce9
commit 6fd0ab6b43
6 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ font:
#family: InconsolataLGC Nerd Font Mono
#style: Bold Italic
size: 10.0
size: 8
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

View File

@@ -33,7 +33,7 @@ vim.api.nvim_set_var("g:completion_matching_smart_case", 1)
vim.api.nvim_set_var("completion_chain_complete_list", {
default = {
default = {
{complete_items= {'lsp','snippet'}},
{complete_items= {'lsp','snippet', 'path'}},
{mode= '<c-p>'},
{mode= '<c-n>'}},
}