summaryrefslogtreecommitdiff
path: root/cfg/.vimrc
diff options
context:
space:
mode:
authorjStmaX! <87650746+jstmaxlol@users.noreply.github.com>2025-09-28 14:35:17 +0200
committerGitHub <noreply@github.com>2025-09-28 14:35:17 +0200
commitc6b6a39e77fb7bb06a5fb47feec6518c876c6b3f (patch)
treedebd66271015f669d195aae12cab5173ac7d5f04 /cfg/.vimrc
parentaeefc8a591bf8f369acb8c79759d3bec27ca8b97 (diff)
doctor house
Diffstat (limited to 'cfg/.vimrc')
-rw-r--r--cfg/.vimrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/cfg/.vimrc b/cfg/.vimrc
index 4f12eaf..e493fd9 100644
--- a/cfg/.vimrc
+++ b/cfg/.vimrc
@@ -1,11 +1,33 @@
+" vimrc fine shyt
+
+" tabs are either 4 or nada
set tabstop=4
set shiftwidth=4
+" c-o-l-o-r-s-!
syntax on
filetype plugin on
+" useful (i dont even use this anymore)
set backspace=indent,eol,start
nnoremap <C-S> :w<CR>
inoremap <C-S> <Esc>:w<CR>a
+" i set this while crying because vim on windows sucks so much
+" kinda useless though nvim suxx so this is still useful
set guicursor=n-v-c-i:block
+" relative line numbers for life
set nu rnu
+" i forgor
set encoding=utf-8
set fileencoding=utf-8
+
+" vim-plug fine shyt
+call plug#begin()
+
+" plugin list
+Plug 'qaptoR-nvim/chocolatier.nvim'
+Plug 'nvim-tree/nvim-web-devicons'
+
+call plug#end()
+
+" theme
+set background=dark
+silent! colorscheme chocolatier