diff options
author | Valentin Popov <valentin@popov.link> | 2023-03-31 16:22:37 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-03-31 16:22:37 +0300 |
commit | c1a649ded3cc4ae01b7fa166bf61a4a2f25cfef3 (patch) | |
tree | 762e3b33d2dd9a71eb8def7875ec6e046ab6eceb /init.vim | |
parent | 385a4269d008f60036c027b9f4e074b1be28ec2a (diff) | |
download | nvim-config-c1a649ded3cc4ae01b7fa166bf61a4a2f25cfef3.tar.xz nvim-config-c1a649ded3cc4ae01b7fa166bf61a4a2f25cfef3.zip |
Перенос авто-команд в отдельный файл
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,10 +1,2 @@ -" Connecting the plugin manager +" Подключение пользовательской конфигурации lua require('init') - -augroup packer_user_config - autocmd! - autocmd BufWritePost plugins.lua source <afile> | PackerCompile -augroup end - -" Automatic file trimming when saving -autocmd BufWritePre * :%s/\s\+$//e |