More neovim testing
This commit is contained in:
@@ -6,7 +6,7 @@ set nocompatible
|
||||
"{- PLUGIN MANAGER -}"
|
||||
" Load pathogen, the plugin manager, which then loads all plugins "
|
||||
runtime bundle/pathogen/autoload/pathogen.vim
|
||||
execute pathogen#infect()
|
||||
execute pathogen#infect('bundle/{}', 'nvim-bundle/{}')
|
||||
|
||||
"{- COMMANDS -}"
|
||||
|
||||
@@ -31,7 +31,7 @@ set nocompatible
|
||||
"{- INTERFACE -}"
|
||||
|
||||
" Colors and syntax highlighting "
|
||||
colorscheme dim
|
||||
colorscheme halfdab
|
||||
set background=dark
|
||||
filetype plugin on
|
||||
syntax on
|
||||
@@ -103,7 +103,8 @@ set nocompatible
|
||||
set complete+=kspell
|
||||
|
||||
" Match the longest completion option then display menu
|
||||
set completeopt=menuone,longest
|
||||
"set completeopt=menuone,longest
|
||||
set completeopt=menu,menuone,noselect
|
||||
|
||||
" Use UTF-8 "
|
||||
set encoding=utf-8
|
||||
|
||||
Reference in New Issue
Block a user