Commit graph

7 commits

Author SHA1 Message Date
36ca1ab2aa Add ignore file 2024-01-06 03:39: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
0a2dbe713c [NEW] bashrc: Add Mac helpers 2023-11-14 19:23:52 -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