chore(prog/nvim): remove unnecessary line
This commit is contained in:
parent
2db30c13e7
commit
f83810b4f1
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ let g:mapleader = ','
|
||||||
let g:maplocalleader = '-'
|
let g:maplocalleader = '-'
|
||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
filetype plugin on
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set autoindent
|
set autoindent
|
||||||
|
@ -63,7 +62,6 @@ call plug#begin()
|
||||||
call plug#end()
|
call plug#end()
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
||||||
let g:sql_type_default = 'pgsql'
|
let g:sql_type_default = 'pgsql'
|
||||||
|
|
||||||
" Plugin: NeoFormat {{{
|
" Plugin: NeoFormat {{{
|
||||||
|
|
Loading…
Reference in a new issue