Skip to content

crucialbit/my-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

my-conf

Quick way to initialize my Vim and my tmux

Included .vimrc:
https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim

Included Plugins:

Plugin 'VundleVim/Vundle.vim' " Plugin manager
" My plugin
" Theme
Plugin 'flazz/vim-colorschemes'
Plugin 'NLKNguyen/papercolor-theme'
" Auto close brackets
Plugin 'Raimondi/delimitMate'
" File explorer
Plugin 'scrooloose/nerdtree'

Others settings:

" Plugin settings
autocmd BufNewFile,BufReadPost *.md set filetype=markdown
colorscheme gruvbox
" change to dark if you want to use dark mode, however some colorscheme may only
" support either light or dark mode only
set background=dark
" Ctrl+N to toggle nerdtree
map <C-n> :NERDTreeToggle<CR>

" [+] Line number
set nu

Quick Install

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
wget https://raw.githubusercontent.com/crucialbit/vimrc/master/.vimrc -O ~/.vimrc
wget https://raw.githubusercontent.com/crucialbit/my-conf/master/.tmux.conf -O ~/.tmux.conf

Install Plugin

" Run in vim to install plugins
:PluginInstall

Colors

You can use all these color schemes after installing the plugins

Some color schemes I recommend:

  • Light & Dark
    • gruvbox
  • Light
    • PaperColor
  • Dark
    • Monokai

Disable auto comment

Temp

:set formatoptions-=cro

General

autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o

About

My Linux configuration files are here

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published