Commit graph

211 commits

Author SHA1 Message Date
aad667f6ce
Remove old ephemeral aliases for nvim 2024-07-11 10:27:26 +02:00
41592c57d2 Add nvim g# alias for quick buffer switchig 2024-07-10 14:13:34 +02:00
d13b2af64e Add aliases for BHD and BHK 2024-07-10 09:26:48 +02:00
39d0ec4cdc Integrate nvim document-highight with LSP attach hook 2024-07-09 10:41:36 +02:00
c703fb7579
Remove pointless vim config comment in vimrc 2024-06-20 14:47:16 +02:00
b5eb3358a3 Refactor vim configurations 2024-03-07 16:54:16 +01:00
fa03eb8f53
Add packer as submodule 2024-02-16 10:28:02 +01:00
95cb7147ed Restructure nvim lua files 2023-11-30 13:21:07 +01:00
e81f56d95f
Set vim foldmethod to TreeSitter 2023-06-22 14:16:51 +02:00
aa092cff96 Enable TreeSitter highlight in vim on startup 2023-05-13 10:36:49 +02:00
1fa0879082 Add optional lua plugin loading in vimrc 2022-09-13 13:36:20 +02:00
5157e6ecff Add $HOME/.vim to vim runtime 2021-01-20 19:10:35 +01:00
84f4e2b7df Greatly reduce vim runtimepath 2021-01-05 11:56:58 +01:00
b90e11d7df Move darkrc to end of vim runtime 2020-05-18 13:18:59 +02:00
9a2e1cb8e9 Change vim plugins to use builtin plugin loading 2020-05-18 11:23:26 +02:00
9d692bcff0 Move vim scratch command to separate file 2020-05-18 10:11:38 +02:00
fb139cbe4a Move vim surround code into separate file 2020-05-18 10:11:14 +02:00
90742c3d01 Restructure vim configurations to be more modular 2020-05-18 09:57:46 +02:00
31061ee0a8 Remove dx command (use dil instead) 2020-05-11 11:47:50 +02:00
b7066fc84d Improve vim IL motion 2020-05-11 11:47:18 +02:00
0e43166569 Change text color for vim colorcolumn because contrast 2020-05-11 11:20:36 +02:00
d5d5604ff7 Add vim asterisk surround operator 2020-05-11 11:17:30 +02:00
b943911c14 Set relativenumber in Vim by default 2020-05-11 11:17:09 +02:00
ed62755cfe Surround vim crypto settings in if(supprots) block 2020-05-11 11:16:21 +02:00
43f7f7c150 Add ColorColumn to vim 2020-05-11 11:15:43 +02:00
94f7990b8d Switch vim surround code 2020-05-07 15:04:45 +02:00
7b63c642cf Fix typo in vimrc 2020-05-06 17:08:41 +02:00
9dff1f802c Add line motions to vim 2020-05-06 16:36:04 +02:00
a55329c0b4 Add parametrization for tabstop and expandtab from local vimrc 2020-05-05 10:46:04 +02:00
e9acbc3170 Reset vim backspace configuration 2020-04-02 08:37:46 +02:00
ea04bd6eb4 Reset vim backspace to see if this works better 2020-03-25 10:32:12 +01:00
05ee7ce670 Change mappings for insert empty line 2020-03-22 11:56:48 +01:00
1c76b33721 Remove deleting latex files from build
This should be taken care of by some other tool, like git or whatever
2020-03-20 18:32:00 +01:00
cd8d34ef2d Switch to LuaLaTeX in vimrc 2020-01-17 11:01:57 +01:00
d07ad006f0 Add toc to vim latex2pdf delete list 2019-12-10 00:50:42 +01:00
cb0dfb4ddf Add @ register length to status line 2019-12-03 09:14:23 +01:00
1f3fc2384f Fix vimrc 2019-12-02 17:07:01 +01:00
222621b1c5 Change Latex2PDF command to use biblatex/biber 2019-11-26 11:21:38 +01:00
144fd0fd6a Improve Latex2PDF vim command
Switch from `latex` to `pdflatex` for last step of the export command to
allow using images in PNG and JPEG format.
2019-11-26 07:30:55 +01:00
ba94cdd72f Add Async function and Latex2PDF command to vimrc 2019-11-25 21:19:48 +01:00
d76f007ac4 Add shrug abbreviation 2019-10-21 15:13:15 +02:00
66312ad091 Update vim default file initialization 2019-10-21 14:59:22 +02:00
b7a1d860a8 Update vim modeline 2019-10-21 14:58:34 +02:00
9f0409dc3c Add ranger file picker to vim on linux 2019-09-13 23:44:15 +02:00
a01d88a86f Change vim tabstop from 2 to 3 2019-08-02 08:22:35 +02:00
352f7756d6 Disable line wrapping in vim by default 2019-07-05 10:44:04 +02:00
66056d320c Improve Vim todo command 2019-06-03 15:34:17 +02:00
d19a3f32d2 Allow spaces in todo files 2019-05-29 08:34:39 +02:00
7bfb0eb1df Add TODO functionality to vimrc
- rename Todo to Todos
- create new Todo command that opens a new file with some custom matches
2019-05-27 09:51:05 +02:00
119610c6b3 Improve Ruby search commands in vim 2019-05-21 12:17:58 +02:00