dotfiles/nvim/init.vim

43 lines
845 B
VimL
Executable File

call plug#begin('~/.local/share/nvim/plugged')
Plug 'ackyshake/vimcompletesme'
Plug 'airblade/vim-gitgutter'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'dense-analysis/ale'
Plug 'dracula/vim'
Plug 'easymotion/vim-easymotion'
Plug 'godlygeek/tabular'
Plug 'lervag/vimtex'
Plug 'lukas-reineke/indent-blankline.nvim'
Plug 'RobertAudi/fish.vim'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-surround'
Plug 'vim-airline/vim-airline'
call plug#end()
se background=dark
se clipboard=unnamedplus
se colorcolumn=85
se cursorline
se expandtab
se formatoptions+=j
se ignorecase
se linebreak
se mouse=a
se nowrap
se number
se shiftwidth=4
se smartcase
se smartindent
se termguicolors
se textwidth=0
se wrapmargin=0
autocmd FileType * se tw=0
colorscheme dracula
command Q q!
filetype plugin indent on
syntax enable
map <F7> mzgg=G`z
map r "_d