Add saltstack and jinja2 syntax, relative relative line number
This commit is contained in:
parent
f984b644f3
commit
f8eaf3baab
1 changed files with 3 additions and 0 deletions
3
init.vim
3
init.vim
|
@ -11,6 +11,8 @@ Plug 'preservim/nerdcommenter'
|
|||
Plug 'mhinz/vim-startify'
|
||||
Plug 'rmagatti/auto-session'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'Glench/Vim-Jinja2-Syntax'
|
||||
Plug 'vmware-archive/salt-vim'
|
||||
|
||||
"Fuzzy search by Telescope and its dependencies:
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
|
@ -112,6 +114,7 @@ set expandtab " converts tabs to white space
|
|||
set shiftwidth=4 " width for autoindents
|
||||
set autoindent " indent a new line the same amount as the line just typed
|
||||
set number " add line numbers
|
||||
set relativenumber " add relative line numbers
|
||||
set wildmode=longest,list " get bash-like tab completions
|
||||
set cc=80 " set an 80 column border for good coding style
|
||||
filetype plugin indent on "allow auto-indenting depending on file type
|
||||
|
|
Loading…
Reference in a new issue