From d27ed681f6e5b3557418b3a1180f064e69515e82 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sun, 21 Dec 2025 18:14:19 +0100 Subject: cumulative config files (dotfiles) update Signed-off-by: czjstmax --- cfg/.vimrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'cfg/.vimrc') diff --git a/cfg/.vimrc b/cfg/.vimrc index 42f7294..0dd7e1f 100644 --- a/cfg/.vimrc +++ b/cfg/.vimrc @@ -4,6 +4,8 @@ set tabstop=4 set shiftwidth=4 set expandtab +set exrc secure +set virtualedit=block " c-o-l-o-r-s-! syntax on filetype plugin on @@ -22,6 +24,8 @@ set fileencoding=utf-8 set fileformat=unix " disable mouse because who fucking needs that shit set mouse= +" for firenvim +set guifont=Comic\ Mono:h12 " vim-plug fine shyt call plug#begin() @@ -31,6 +35,8 @@ Plug 'qaptoR-nvim/chocolatier.nvim' Plug 'nvim-tree/nvim-web-devicons' Plug 'ficcdaf/ashen.nvim' Plug 'llathasa-veleth/vim-brainfuck' +Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } +Plug 'lervag/vimtex' call plug#end() @@ -39,3 +45,20 @@ set background=dark "silent! color chocolatier "silent! color retrobox silent! color ashen + +" disable BIG jumps everywhere (shift+up / shift+down act like plain arrows) +map +map +nmap +nmap +imap +imap +vmap +vmap +xmap +xmap +omap +omap +cmap +cmap + -- cgit v1.3.1