commit to fortunahub

This commit is contained in:
whyoolw
2025-08-25 14:50:36 +03:00
parent 9c3a170426
commit a08de8c154
24 changed files with 1700 additions and 2 deletions

21
config/nvim/init.vim Executable file
View File

@@ -0,0 +1,21 @@
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