Add saltstack and jinja2 syntax, relative relative line number

This commit is contained in:
Szwendacz99 2022-10-06 16:01:22 +02:00
parent f984b644f3
commit f8eaf3baab

View file

@ -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