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 = '-'
|
||||
|
||||
syntax enable
|
||||
filetype plugin on
|
||||
filetype plugin indent on
|
||||
set encoding=utf-8
|
||||
set autoindent
|
||||
|
@ -63,7 +62,6 @@ call plug#begin()
|
|||
call plug#end()
|
||||
" }}}
|
||||
|
||||
|
||||
let g:sql_type_default = 'pgsql'
|
||||
|
||||
" Plugin: NeoFormat {{{
|
||||
|
|
Loading…
Reference in a new issue