James Patrick
7565c17060
Added missing lexical-bind
2022-08-30 14:31:22 -04:00
James Patrick
7fedd834c9
Added script to stash svn commits.
...
SVN shelf does exist but is a bit obtuse to use.
2022-08-30 14:30:22 -04:00
James Patrick
a298a84123
Added clipboard keybinds
2022-08-30 14:29:38 -04:00
James Patrick
5bb4fda4d2
Added minify script to json
2022-08-30 14:29:18 -04:00
James Patrick
09f3af9543
Don't default to Master.
2022-08-30 14:28:37 -04:00
James Patrick
9807ff4942
Resizing Font options.
...
I may or may not need glasses.
2022-08-30 14:26:43 -04:00
James Patrick
422d8dc8a6
Relocated path helpers to be accessible earlier
2022-05-24 18:56:59 +00:00
5b8611d5d3
Merge branch 'master' of git.jpatrick.io:james/dotfiles
2022-05-24 18:42:47 +00:00
1f56c9f4ec
Added zsrc for devF
2022-05-24 18:42:28 +00:00
James Patrick
48ec1a0b3f
Remove deoplete.
...
This was broken on mac, and was causes some issues elsewhere. May add it
back at a later date.
2022-04-25 16:55:04 -04:00
James Patrick
3556761ebd
Changed how the mktemp trick work.
...
This way actually has a couple of advantages.
1. With this you write something like $ _ vim file.xml. This is
automatically drop you into a tmp dir then run the vim command.
2. zsh completions aren't still work.
2022-01-05 23:18:14 -05:00
James Patrick
b5bdc49d47
Some work sideproject and actually use this mode.
...
Its not much but I'm pretty stoked.
2022-01-05 23:14:20 -05:00
James Patrick
47eb4d062f
I Msipsell wrods somtimes
2022-01-05 23:13:29 -05:00
James Patrick
70f2826afe
Refactored make targets.
2021-11-28 16:33:24 -05:00
James Patrick
8ca8c1f612
added personal todo to org-agenda
2021-11-20 15:37:47 -05:00
James Patrick
8bfbfe48db
Added diff for babel tangle
2021-11-20 15:37:15 -05:00
James Patrick
487e056acc
Removed Org-Agenda for the time being.
...
It was causing some preformance issues on OSX. I do like the package so
I may try toubleshoot these later
2021-11-20 15:22:17 -05:00
James Patrick
ce1a6a6b97
Added support for nix.
2021-11-20 15:21:08 -05:00
James Patrick
618147c543
LFS support.
2021-11-20 15:20:11 -05:00
James Patrick
c00c839769
Fixed org capture template
2021-11-11 15:28:38 -05:00
James Patrick
56c866b664
Move whichkey out of the, did something break window.
2021-11-11 15:27:29 -05:00
James Patrick
633f036cfa
Attempting to find roam to be actually useful-again.
2021-11-11 15:26:58 -05:00
James Patrick
10a6f5a331
Fixed incorrect high lighting of every word.
...
The hunspell module had an issue where aspell was being used for buffer
spell linting, but not autocomplete or corrections. Since aspell is
required, regardless lets use that for everything.
2021-11-11 15:24:08 -05:00
James Patrick
1ca305050b
Enable JS & Json Support
2021-11-11 15:23:48 -05:00
7e6c9cc48c
Fixed fix that was no longer needed and broke lsp
2021-09-13 20:14:48 -04:00
9569e99af7
Work is now using jre 11.
2021-09-13 20:14:48 -04:00
c5ac68d5fa
Fixed Typo in makefile for tridactyl
2021-09-13 20:14:48 -04:00
5799cbb1b4
Add work capture.
2021-09-13 20:14:48 -04:00
11e3f15472
delta is kind of being a pain. I'm gonna remove it
2021-09-13 20:14:48 -04:00
422c1f401a
Automatically set to markdown when loading tridactyl redmine files.
2021-09-13 20:14:48 -04:00
8b1c3a80ad
Splitting out work stuff
2021-09-13 20:14:48 -04:00
1b3f1937b4
Setting up golang
2021-09-13 20:14:48 -04:00
f0c37b09bc
Added ftplugin sh
2021-09-13 20:14:48 -04:00
f5ec18f3bb
Added sql.vim to use the pgformatter
2021-09-13 20:14:48 -04:00
407d651ddd
Added confluence quickmark
2021-09-13 20:14:48 -04:00
7dc2a593c4
Added dependency of pip3 to deoplete.
2021-07-23 20:27:23 +00:00
8bce4295c8
Major Refactored vim config.
...
There's a lot of cruft built up over my years of using vim & with the
introduction of Doom Emacs what I use vim for has gotten more pointed as
well. Vim now services as a quick in and out tool for dropping to the
commandline on local or remote machines.
So quick rundown on changes.
- Removed weird hallow sourcing in vimrc
- Removed unused or under used Plugs.
- Switched from ctrl+p to fzf.
- Switched to ALE for linting and formatting
- Configuration and keybinds now lives with the Plugs. Intended one
level under it.
- The large boilerplate sane default file has been extracted into
sensible.vim. This based on tpope's config.
- Make will no longer symlink .dotfile/vim to ~/.vim. This was causing
lots of unversioned cruff to pile up in the project. Instead it will
now symlink all the things needed.
- Make update will now run PlugClean as well.
2021-07-20 14:47:54 -04:00
df0981745d
Removed fly spell checker hook.
2021-06-03 11:07:08 -04:00
5562f431d0
Generally guard clauses > if else
2021-05-11 15:11:30 -04:00
f91ca86a82
Adding ForwardingAgent by default for work
2021-04-27 15:13:21 -04:00
fa25dd7ff1
Removed unused packages.
...
These were added from tecosaur's configuration. They we're ever really
used & were incredibly slow on mac.
2021-04-27 14:56:10 -04:00
7deffb5cd2
Replacing diff-so-fancy with delta.
...
They are largely comparable, but I'm interested in the syntax
highlighting that ships with delta, and more regular upkeep and
security checks
2021-04-27 14:39:49 -04:00
9cd50287b8
Added Formatting command for JSON & XML
...
This requires python3 to be installed along with standard set of
modules.
2021-04-10 16:39:41 -04:00
2035eec6b7
Merge pull request 'doom_bankruptcy' ( #14 ) from doom_bankruptcy into master
...
Reviewed-on: #14
2021-04-10 20:28:59 +00:00
0ee113afd9
Make the name buffer names a little better
2021-04-02 15:53:52 -04:00
1f7b9cd28e
Don't tell me if a file is UTF8. Everything's UTF8
...
Do let me know when things aren't UTF8 though.
2021-04-02 15:52:30 -04:00
bad2de65e2
Tweaking the delay for suggestions from company.
2021-04-02 15:51:49 -04:00
9bd27bc4be
Better Spellchecking
2021-04-02 15:51:25 -04:00
76fa17427f
Updating the org UI to try and make it better looking.
...
Mixed Mode is loaded from the zen doom module, but there's a fair amount
of general weirdness with the ZEN mode so there might be some rough edges.
2021-04-02 15:51:02 -04:00
65e012d880
Enabling the systems that I want.
2021-04-02 15:45:32 -04:00