chore(prog/nvim): remove unnecessary line

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-05 12:52:20 +03:00
parent 2db30c13e7
commit f83810b4f1
1 changed files with 0 additions and 2 deletions

View File

@ -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 {{{