Files
whyfile---Niri-Dots/config/nvim/init.vim
2025-08-25 14:50:36 +03:00

21 lines
322 B
VimL
Executable File

imap jk <Esc>
vnoremap <C-c> "+y
map <C-p> "+p
set number
"set relativenumber
set nocompatible
set ignorecase
syntax on
set wildmode=longest,list
set ttyfast
set wildmode=longest,list
set autoindent
set smartindent
call plug#begin()
Plug 'AlphaTechnolog/pywal.nvim', { 'as': 'pywal' }
call plug#end()
colorscheme pywal