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>'}},
}

View File

@@ -58,7 +58,7 @@ set confirm " can't quit without saving
set noshowmode " don't show mode in status
set noshowcmd " don't show command in status
set encoding=utf-8
set mouse=a " a=on, c=off
set mouse=c " a=on, c=off
set undolevels=1337
set backspace=indent,eol,start
set wildmenu " autocomplete :e