Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set nohlsearch
- set nowrap
- set scrolloff=8
- "set colorcolumn=80
- set cmdheight=2
- set updatetime=50
- set shortmess+=c
- set relativenumber
- set nu
- set hidden
- set noerrorbells
- set tabstop=4 softtabstop=4
- set shiftwidth=4
- set expandtab
- set smartindent
- set noswapfile
- set nobackup
- set undodir=~/.vim/undodir
- set undofile
- set incsearch
- set termguicolors
- set signcolumn=yes
- call plug#begin('~/.vim/plugged')
- Plug 'nvim-telescope/telescope.nvim'
- Plug 'gruvbox-community/gruvbox'
- call plug#end()
- colorscheme gruvbox
- highlight Normal guibg=none
- "let mapleader = " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement