Leader key changed, minor cleaning

This commit is contained in:
2022-08-08 23:45:54 +03:00
parent b934922295
commit 901df831bf

View File

@@ -1,15 +1,16 @@
filetype plugin indent on "Включает определение типа файла, загрузку... filetype plugin indent on "Включает определение типа файла, загрузку...
"... соответствующих ему плагинов и файлов отступов "... соответствующих ему плагинов и файлов отступов
set encoding=utf-8 "Ставит кодировку UTF-8 set encoding=utf-8 "Ставит кодировку UTF-8
" set nocompatible "Отключает обратную совместимость с Vi syntax enable
syntax enable "Включает подсветку синтаксиса
set term=xterm-256color set term=xterm-256color
set number relativenumber set number relativenumber
" Changing <leader> key from \ to <space>
nnoremap <SPACE> <Nop>
let mapleader=" "
" Folding params " Folding params
set foldlevelstart=20 set foldlevelstart=20
" Folding toggle hotkey remap
nnoremap <Space> za
if empty(glob('~/.vim/autoload/plug.vim')) "Если vim-plug не стоит if empty(glob('~/.vim/autoload/plug.vim')) "Если vim-plug не стоит
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs