CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 22:32:56 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=91ed2832b6c7fa3646a09baf86ae30275f688a6651f40908bb6a4d85af80ccf2a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22ukLRoLn_Q4FqXUQ925y46EySSGfmnD1w%22%3B%7D; HttpOnly; Path=/
cf-ray: 98da0e568bbd58e1-BLR
Gentoo .vimrc - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- " requires:
- " app-vim/vimpython
- " app-vim/youcompleteme::tatsh-overlay USE="python_single_target=python3_11"
- " app-vim/gentoo-syntax
- " app-vim/indentpython
- " app-vim/rust-vim
- " global use flags:
- " app-editors/vim python
- " app-editors/vim python_single_target_python3_11
- "
- " Note that a gentoo install cannot use the default vim package manager and
- " must instead use portage.
- "
- " try to install app-vim/vimlatex when it can use the 3_11 single python
- " target. currently causes annoying dep conflicts.
- " colour and theme (user added)
- colorscheme sublimemonokai
- syntax on
- set nu
- " enable gentoo syntax (user added)
- filetype plugin on
- filetype indent on
- " text wrapping
- set wrap
- set colorcolumn=80
- set formatoptions+=t
- au BufRead,BufNewFile *.md setlocal textwidth=79
- au BufRead,BufNewFile *.tex setlocal textwidth=79
- set linebreak
- set mouse=a
- " Spellcheck
- autocmd BufRead,BufNewFile *.md setlocal spell spellang=en_uk
- autocmd BufRead,BufNewFile *.tex setlocal spell spellang=en_uk
- " tree
- let g:netrw_liststyle = 3
- let g:netrw_banner = 0
- let g:netrw_browse_split = 4
- let g:netrw_winsize = 15
- let g:netrw_altv = 1
- augroup ProjectDrawer
- autocmd!
- autocmd VimEnter * :Vexplore
- augroup END
- " indent misc
- au BufNewFile,BufRead *.js, *.html, *.css
- \ set tabstop=2
- \ set softtabstop=2
- \ set shiftwidth=2
- " rust
- syntax enable
- filetype plugin indent on
- " python
- au BufNewFile,BufRead *.py
- \ set tabstop=4
- \ set softtabstop=4
- \ set shiftwidth=4
- \ set textwidth=79
- \ set expandtab
- \ set autoindent
- \ set fileformat=unix
- highlight BadWhitespace ctermbg=red guibg=darkred
- au BufRead,BufNewFile *.py,*.pyw,*.c,*.h match BadWhitespace /\s\+$/
- set encoding=utf-8
- autocmd FileType python set autoindent
- set backspace=indent,eol,start
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 3 sec ago | 0.15 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 7 sec ago | 0.15 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 10 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 14 sec ago | 0.15 KB
-
🚀 Swapzone +37% glitch
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 21 sec ago | 0.15 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 26 sec ago | 0.15 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 28 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand