Skip to content

angelllinas/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Description

my personal vim configuration use vim bootstrap,native settings and add plugins extras.

vim bootstrap page

https://vim-bootstrap.com/

Plugins extras

Plug Yggdroot/indentLine "identation 

Plug scrooloose/nerdtree "

Plug ryanoasis/vim-devicons "icons

Native settings

set showcmd
set nowrap
set noswapfile
set showmatch
set cursorline
set smartindent
set relativenumber
let g:indentLine_setColors = 2 "identline config
set tabstop=4
set smartindent
set sw=2
set nobackup
set nocul

Nerdtree config

"Nerdtree config
nnoremap <silent> <F7> :NERDTreeFind<CR>
nnoremap <silent> <F7> :NERDTreeToggle<CR>

postscript

Verify errors in your config with command

nvim +checkhealth

About

my customization of init.vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published