CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:44:12 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=7517c9cbbe46c67c01a45e6c2a93a2972ad4ed4e7f05570bf4b0d96dae956ba9a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2260ezvZJKeKG8gaslKLyGc5tRqIFVgvqn%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c9a41a6aaac1cc-BLR
syntax on " syntax highlightingset ignorecase " - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- syntax on " syntax highlighting
- set ignorecase " case insensitive
- set mouse=a " middle-click paste with
- set tabstop=2 " number of columns occupied by a tab
- set softtabstop=2
- set shiftwidth=2 " width for autoindents
- set expandtab " converts tabs to white space
- set number " add line numbers
- set noswapfile " disable creating swap file
- set cursorline
- highlight Cursorline cterm=bold
- set encoding=utf-8
- set nocompatible
- set smartcase
- set hlsearch
- set smarttab
- set autoindent
- set smartindent
- set relativenumber
- set wildmode=longest,list
- set clipboard=unnamedplus
- set ttyfast
- set so=30
- filetype plugin indent on
- set background=dark
- call plug#begin('~/.vim/plugged')
- Plug 'neoclide/coc.nvim', {'branch': 'release'}
- Plug 'preservim/nerdtree'
- Plug 'preservim/nerdcommenter'
- Plug 'vim-airline/vim-airline'
- Plug 'morhetz/gruvbox'
- Plug 'vim-airline/vim-airline-themes'
- Plug 'ryanoasis/vim-devicons'
- call plug#end()
- " авто открытие NERDtree
- autocmd StdinReadPre * let s:std_in=1
- autocmd VimEnter * NERDTree | wincmd p
- nnoremap <space>e :NERDTreeFocus<CR>
- " Показывает количество строк в файлах
- let g:NERDTreeFileLines = 1
- " Игнорировать указанные папки
- let g:NERDTreeIgnore = ['^node_modules$', '^__pycache__$']
- " Закрыть vim, если единственная вкладка - это NERDTree
- autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif
- autocmd CursorHold * silent call CocActionAsync('highlight')
- inoremap <expr> <Tab> coc#pum#visible() ? coc#pum#confirm() : "\<Tab>"
- let g:NERDCustomDelimiters = { 'c': { 'left': '/*','right': '*/' } }
- " Add `:Format` command to format current buffer
- command! -nargs=0 Format :call CocActionAsync('format')
- " Add `:Fold` command to fold current buffer
- command! -nargs=? Fold :call CocAction('fold', <f-args>)
- " Add `:OR` command for organize imports of the current buffer
- command! -nargs=0 OR :call CocActionAsync('runCommand', 'editor.action.organizeImport')
- " Add (Neo)Vim's native statusline support
- " NOTE: Please see `:h coc-status` for integrations with external plugins that
- " provide custom statusline: lightline.vim, vim-airline
- set statusline^=%{coc#status()}%{get(b:,'coc_current_function','')}
- color gruvbox
- let g:airline_theme='dark'
- let g:airline#extensions#tabline#enabled = 1
- let g:airline#extensions#tabline#formatter = 'default'
- let g:airline_powerline_fonts = 1
- let g:WebDevIconsUnicodeDecorateFolderNodes = 1
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ D
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ G
JavaScript | 11 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ E
JavaScript | 33 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 36 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 5
JavaScript | 42 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