diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-30 21:54:32 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-30 21:54:32 +0300 |
commit | 0f024abb5200ee0e6c96320cadeaba446682cb85 (patch) | |
tree | 11f9ca04df81d9d108d8d2c0cd6ccaa5cb36574f /init.vim | |
parent | 3dc419e3610dc248f3fedc1e4fba3d42a97b2863 (diff) | |
download | nvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.tar.xz nvim-config-0f024abb5200ee0e6c96320cadeaba446682cb85.zip |
Переработал структуру настроек и плагинов
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -6,19 +6,5 @@ augroup packer_user_config autocmd BufWritePost plugins.lua source <afile> | PackerCompile augroup end -" Setting up the theme -colorscheme carbonfox -set cursorline - " Automatic file trimming when saving autocmd BufWritePre * :%s/\s\+$//e - -" Enable line number display -set number -set relativenumber - -" Setting up indents -set autoindent -set expandtab -set tabstop=4 -set shiftwidth=4 |