Commit Graph

11 Commits

Author SHA1 Message Date
Shaun Reed c2e4e04a18 Update bash aliases and settings
+ Fix gitmux
2022-07-29 20:13:51 -04:00
Shaun Reed f4f1a9dbba Add configs for yakuake and ranger
+ Alias for using Python 3.9 and pip3.9
+ Adjust step-in and step-out vim keybinds
2021-09-23 10:14:42 -04:00
Shaun Reed e11d0b1e20 Improve vimrc to include more information and settings
+ Add more binds, even if left default, for reference or quick adjusting
+ Adjust sourcerer.vim for ultra-black background
+ Set clang_complete to use snippets for code completion in C / C++
+ Set clang_complete binds jump-to declaration and jump-out to + and _ respectively
+ Add information to vimrc to allow adjusting clang options
+ Highlight column 80 on cpp and c files
+ Revert to unicode symbols by default, left powerline symbols commented out for now
2021-03-03 16:11:33 +00:00
Shaun Reed b73166a724 Update .vimrc to include basic clang_complete binds
+ Listed even if the bind is kept default
2021-02-18 13:00:10 -05:00
Shaun Reed a3308b64df Update README 2020-11-23 14:30:48 -05:00
Shaun Reed 5fe1fd7ae2 Change example to libclang-9-dev 2020-06-15 09:49:21 -04:00
Shaun Reed da17f5423f Remove find command from bash aliases
+ Fix for slow starting terminal sessions
+ Require user to configure clang path following commands in README
2020-06-15 09:19:25 -04:00
Shaun Reed 138ccc7e51 Make path to libclang universal, update vimrc
Added Ale plugin for running linters
+ Changed unicode error and warning symbols
+ Added keybind for moving to next / previous errors

Update vimrc to use environment variable /usr/lib/llvm-10/lib/libclang.so.1 for clang path
+ This is automatically adjusted to the system clang path via output of 'find / -name libclang.so.1'
+ Requires some derivative of libclang to be installed, along with clang

Add whitespace check function to vimrc
+ Removes whitespaces from every relative file saved with vim
+ list of files found within ~/.vimrc

Add Colorizer plugin keybind for toggling color highlights within vim

Add environment variables $EDITOR and $VISUAL and set both to point to vim

Add a script to fix a common issue in vbox displays
+ running fix-vbox.sh corrects unclickable portion of the screen
2020-06-11 14:00:01 -04:00
Shaun Reed 5b419c2b50 Add path to libclang.so for clang_completion vim plugin 2020-01-22 16:46:49 +00:00
Shaun Reed a1d7bf8221 Initial commit for i3-debian branch 2020-01-19 20:22:05 -05:00
Shaun Reed b24321d392 Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00