mini fix
This commit is contained in:
parent
442b845bb4
commit
9b7d1f72e0
15
vim/1
Normal file
15
vim/1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
" Common.
|
||||||
|
set encoding=utf-8
|
||||||
|
set fileencoding=utf-8
|
||||||
|
set nobackup
|
||||||
|
set noswapfile
|
||||||
|
|
||||||
|
" Tabs.
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
|
||||||
|
" Lines.
|
||||||
|
set number
|
||||||
|
set relativenumber
|
||||||
|
set cursorline
|
||||||
|
set colorcolumn=80
|
@ -4,4 +4,3 @@ source $HOME/.config/zsh/.zshrc
|
|||||||
## Completion scripts setup. Remove the following line to uninstall
|
## Completion scripts setup. Remove the following line to uninstall
|
||||||
[[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
|
[[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
|
||||||
## [/Completion]
|
## [/Completion]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user