Commit graph

111 commits

Author SHA1 Message Date
542efdf30b
Brought back typescript-vim
Been noticing some peculiar issues with saving TypeScript files. Only
thing that's seemingly changed is which syntax stuff I'm using. Also
noticed that `vim-polyglot` uses a TypeScript project with way less
stars than the one I was using previously.
2020-02-23 13:26:36 -06:00
3dde826e69
feat(vim): re-enable tsuquyomi
Noticing that linting is slower than I remember in TypeScript files,
re-enabling to see if this takes care of it.
2020-02-10 22:29:43 -06:00
9b1b67ac41
feat(vim): drop context.vim
Really thought I wanted this, but once I got it, I realized I was
mistaken. Seemed to lag vim a bit, and as mentioned, just didn't really
feel like I needed this once I had it.
2020-02-04 22:33:52 -06:00
db4effff2b
feat(install): skip vim when installing
Not too happy with trying to run this crap inside of vim, so opted to
just run the install script directly once it's downloaded.
2020-01-29 22:51:52 -06:00
9dc104c070
fix(install): move coc to after solarized
Running the command too soon threw an error due to the color scheme file
not being present.
2020-01-29 22:44:06 -06:00
dfa9547de4
fix(zsh): dropped auto-suggestions
Was borking the colors within GNU/Screen. Don't find the plugin valuable
enough to worry about trying to resolve it.
2020-01-29 22:42:20 -06:00
f0457c42d5
fix(install): finish installation of coc.nvim 2020-01-29 22:39:26 -06:00
2e2bbcdcea
feat(install): auditing plugins
About that time to go through and figure out what's working, and what's
not / not being used. For vim, dropped a handful of plugins that I felt
may be redundant. Simply commented them out as I will be adding them
back if I'm running into issues. Also added the fish-like
auto-suggestions plugin for zsh (yet again) to give yet another go with.
2020-01-29 22:07:55 -06:00
5ffd47af5d
Added a note about an additional step for COC to work. 2020-01-19 18:24:15 -06:00
2f76df813b
Swap Tabnine for COC 2019-11-11 13:25:45 -06:00
fbbb0e2cb8
Added some TS plugins 2019-10-17 15:25:31 -05:00
9733df4146
Disabled TabNine
It's cool and all, but wasn't completely satisfied with the memory usage.
2019-10-17 15:22:51 -05:00
f09a9ddb40
Added TabNine, cleaned up some of the installer
Installed was running as `sh` and a bunch of crap was lit up as being wrong in
POSIX mode, so just changed it over to run via `bash`. Added TabNine to the vim
install and added the appropriate `vimrc` stuff for that. Also dropped some old
color toggling shit I'm not using anymore.
2019-10-03 21:08:33 -05:00
24bc07f3ab
Fix installer permissions 2019-09-30 11:15:00 -05:00
600e1adb8b Patch up installer
Was getting into some weird territory where ZSH syntax was creeping in.
Reworked to be a pure shell script and updated the install instructions to
reflect that. Also a small bit of additional clean up in there.

Fixes #24
2019-09-29 15:41:16 -05:00
cfc516a82c
Fix gnome-terminal border in GNOME 3.32+
The `gnome-terminal` moved to the same fancy window decorations that the Files
app has. I still prefer my terminal be be 100% without border, so have to run
this to force the terminal into legacy mode.

Not sure how long this one will stick, but it's still working in GNOME 3.34

Closes #23
2019-09-29 12:15:06 -05:00
7ec5988b51
Use cURL instead of wget
Ran into an issue on a fresh Arch install where wget was not available. Seems
cURL comes pretty standard, so went ahead and switched this to that.

Fixes #22
2019-09-29 11:53:25 -05:00
13dd71e33a
Getting into some Neovim 2019-01-02 22:13:42 -06:00
8fd803ac9e
Back to solarized. 2018-11-27 14:47:48 -06:00
706ead5f00
Giving Base16 a shot 2018-11-11 11:41:06 -06:00
248f68a249
Create GNOME shell extensions directory
On a brand new system, this bombed out for me
2018-09-13 18:51:17 -05:00
66168ee036
Add editorconfig-vim 2018-08-22 13:52:20 -05:00
e40d0ca54a
Add vim syntax 2018-05-30 11:41:48 -05:00
8061efd112
Fix globbing 2018-05-24 14:22:46 -05:00
9cdf78906d
Whoops. 2018-05-06 13:53:29 -05:00
ade6081cc7
Small restructure, started custom shell extension 2018-05-06 13:43:23 -05:00
aa43af77bb
Fix path 2018-05-06 13:00:38 -05:00
9bfd04491b
Tweaks for gnome shell 2018-05-06 12:59:14 -05:00
eb531ba7c7
Clean up and fix save path 2018-04-21 14:38:03 -05:00
e77538294d
Solarized in vim 2018-04-21 14:33:28 -05:00
1ccc9d378b
Moved to using polygot for all the syntaxes 2018-04-21 14:24:42 -05:00
d0b2f16c39
Drop submodule line, default to https, then swap to ssh 2018-04-21 11:46:18 -05:00
af63b35b47
Let's try this 2018-04-21 11:41:36 -05:00
c3f279323a
Bit too aggressive there 2018-04-21 11:40:31 -05:00
5efe5779bf
Ton of cleanup to get the linter to shut up 2018-04-21 11:38:36 -05:00
03b30e9edf
Refactored to be arrays 2018-04-21 11:26:25 -05:00
981bc1013d
Adds some JS plugins to vim 2018-04-21 11:03:58 -05:00
38d4ad733e
Reworked git prompt in zsh, less deps 2018-01-07 20:15:08 -06:00
bcbc3b12ce
Bash git stuff without the deps 2018-01-06 23:34:06 -06:00
9d3efc0ad7
Fix paths 2018-01-02 23:27:26 -06:00
1fcf4da0f5
Vim plugin expects fzf in a specific spot 2018-01-02 23:25:48 -06:00
8fd42b5069
Fixed fzf install 2018-01-02 21:47:51 -06:00
b83035ccd1
Don't need that 2018-01-01 21:57:10 -06:00
c1b8d0ee65
Consolidating things into ~/.local 2018-01-01 21:54:20 -06:00
aedaca3c49
Fixed up ZSH git prompt 2018-01-01 20:24:19 -06:00
a9b6030517
Reorganizing a few things 2018-01-01 20:17:24 -06:00
ad9609b71c
Flags so FZF doesn't bother me 2017-12-26 10:49:56 -06:00
3ee369c11e
Alias, don't execute 2017-12-26 10:47:41 -06:00
363e6e7495
Bit more cleanup, shallow clones, FZF setup 2017-12-26 10:46:36 -06:00
7d4d165266
Not quite, reverting 2017-12-24 14:45:18 -06:00