Commit graph

12 commits

Author SHA1 Message Date
1bcc946a38 vimrc: Add hotkeys to toggle dark/light mode!
F11 makes background=dark.
Shift+F11 makes background=light.
2024-10-16 12:58:34 -05:00
7f959ed497 vimrc: Make background=light on Macintosh. 2024-10-16 12:55:34 -05:00
9554dde369 vimrc: Add my LibreCode helpers 2024-10-13 13:28:08 -05:00
5e7806066c vimrc: Add Golang LSP 2024-08-14 03:40:27 -05:00
82ed66a7d7 vimrc: Add Haskell LSP 2024-08-02 01:30:36 -05:00
4ebb400c61 vimrc: Register TypeScript and ECMAScript servers 2024-04-30 04:54:05 -05:00
948ab4f2c3 vimrc: Mac terminal improvements, dark mode example 2024-01-06 04:58:50 -06:00
52978bca4c vimrc: Make Terminal-spawning helpers and mappings
On Mac systems with MacPorts-installed Bash and Vim, the :ter[minal]
command doesn't pick up /etc/bashrc (aka /private/etc/bashrc) in my
login shell (Bash installed via MacPorts), so I've created helpers to
make it easier to spawn terminals.  These helpers and their stubby
siblings for non-Mac platforms are mapped to F1 and Shift+F1,
respectively.  I figure if I *really* need :help, I can just type :help.
It isn't hard.  Usually I trigger the :help <F1> mapping by mistake
anyways.

Note:
~~~~~
The helpers aren't perfect (you have to close the buffer manually after
Bash exits).
2023-11-15 13:01:49 -06:00
8c00b1e2f7 vimrc: Add Macports portfile and ccls support 2023-11-14 19:09:50 -06:00
295a3749bb Added Perl LSP support with PLS
You'll need to have your Cpan package bin directory in your $PATH and
then you'll need to install the following modules with Cpan or cpanm:
  - PPI: https://metacpan.org/pod/PPI
  - PLS: https://metacpan.org/pod/PLS

See my post to the vim-lsp wiki for more info on how to set it up:
  https://github.com/prabirshrestha/vim-lsp/wiki/Servers-Perl
2023-06-14 04:43:30 -05:00
cfbd3e4100 vimrc: add git-blame hotkey 2023-06-01 22:07:39 -05:00
2daf8d6e49 added vimrc 2023-06-01 21:39:56 -05:00