updoots from laptop
This commit is contained in:
@@ -72,7 +72,7 @@ font:
|
|||||||
#family: InconsolataLGC Nerd Font Mono
|
#family: InconsolataLGC Nerd Font Mono
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
size: 10.0
|
size: 8
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# 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.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ vim.api.nvim_set_var("g:completion_matching_smart_case", 1)
|
|||||||
vim.api.nvim_set_var("completion_chain_complete_list", {
|
vim.api.nvim_set_var("completion_chain_complete_list", {
|
||||||
default = {
|
default = {
|
||||||
default = {
|
default = {
|
||||||
{complete_items= {'lsp','snippet'}},
|
{complete_items= {'lsp','snippet', 'path'}},
|
||||||
{mode= '<c-p>'},
|
{mode= '<c-p>'},
|
||||||
{mode= '<c-n>'}},
|
{mode= '<c-n>'}},
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -58,7 +58,7 @@ set confirm " can't quit without saving
|
|||||||
set noshowmode " don't show mode in status
|
set noshowmode " don't show mode in status
|
||||||
set noshowcmd " don't show command in status
|
set noshowcmd " don't show command in status
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set mouse=a " a=on, c=off
|
set mouse=c " a=on, c=off
|
||||||
set undolevels=1337
|
set undolevels=1337
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set wildmenu " autocomplete :e
|
set wildmenu " autocomplete :e
|
||||||
|
|||||||
Reference in New Issue
Block a user