Commit Graph

339 Commits

Author SHA1 Message Date
Price Hiller
afa0beb8af feat(profile): Allow killer to take different signals 2022-03-21 17:23:01 -05:00
Price Hiller
3e1f9d3b99 fix(nvim): Set cursorline properly 2022-03-18 06:29:56 -05:00
Price Hiller
aaf5b15bae refactor(nvim): Use nvim_create_autocmd api 2022-03-18 06:27:38 -05:00
Price Hiller
a27469690e fix(nvim): Proper laststatus usage 2022-03-18 06:24:07 -05:00
Price Hiller
9ff7c6e56f style(nvim): Stylua pass 2022-03-18 05:43:11 -05:00
Price Hiller
95390f2324 refactor(nvim): Set textwidth back to 120 2022-03-18 05:35:24 -05:00
Price Hiller
b08375b8b6 style(nvim): Options indentation 2022-03-18 05:27:50 -05:00
Price Hiller
d16270779d feat(nvim): Enable global status
Currently a bug in lualine(?) in which globalstatus is overridden and
set to 2 forcing us to run `:set laststatus=3` after opening neovim
2022-03-18 05:25:33 -05:00
Price Hiller
29784521b6 fix(nvim): Set packer max jobs 2022-03-18 05:25:16 -05:00
Price Hiller
9a0a289d9f feat(nvim): add lsp_lines 2022-03-17 18:59:59 -05:00
Price Hiller
9a30112d2f feat(profile): Add cdl function 2022-03-17 18:33:57 -05:00
Price Hiller
fdd104a546 refactor(p10k): Remove wifi 2022-03-17 18:33:42 -05:00
Price Hiller
2f5e982b2c fix(ignore): proper ignore paths 2022-03-17 15:40:00 -05:00
Price Hiller
b17a4e973c feat(config): Add glab-cli 2022-03-17 15:38:54 -05:00
Price Hiller
6c7a1ab6f7 feat(zsh): Add zsh direnv 2022-03-17 15:34:44 -05:00
Price Hiller
20169abc82 feat(profile): git aliases 2022-03-17 15:34:22 -05:00
Price Hiller
92f0e919e5 feat(zsh): completions 2022-03-17 15:34:00 -05:00
Price Hiller
0714398682 feat(p10k): show battery level 2022-03-17 15:33:30 -05:00
Price Hiller
e8b99f952c chore(nvim): File perms 2022-03-14 03:14:36 -05:00
Price Hiller
05407398f7 feat(nvim): Add nvim-tree 2022-03-14 03:14:26 -05:00
Price Hiller
143cadef9a refactor(nvim): Comment out python_host_prog 2022-03-09 15:28:31 -06:00
Price Hiller
5500e894f7 chore(nvim): File perms 2022-03-09 14:57:52 -06:00
Price Hiller
726cecaff9 feat(nvim): Set python3_host_prog 2022-03-09 14:57:19 -06:00
Price Hiller
3aac100b9e Merge branch 'Development' of https://gitlab.orion-technologies.io/philler/dot-files into Development 2022-03-09 14:19:52 -06:00
Price Hiller
bc4e0bb2ba feat(nvim): Binding to change cwd to current file 2022-03-09 14:19:44 -06:00
Price Hiller
57b99fe0a5 feat(nvim): Binding to change cwd to current file 2022-03-09 14:18:01 -06:00
Price Hiller
21e9bce859 chore(nvim): Remove pyright as default lsp install 2022-03-09 14:16:34 -06:00
Price Hiller
910b504e1b feat: Dap support for c/c++ 2022-03-07 14:50:15 -06:00
Price Hiller
12368535ae feat(nvim): Add vim visual multi 2022-03-06 22:46:01 -06:00
Price Hiller
2642bbac83 style(nvim): Format with stylua 2022-03-06 22:38:02 -06:00
Price Hiller
f0734997c4 refactor(nvim): Use highlight api 2022-03-06 22:37:35 -06:00
Price Hiller
9241ee7d34 chore: Added shebang 2022-03-06 22:33:17 -06:00
Price Hiller
f4288caffb style(nvim): Format with stylua 2022-03-06 21:43:07 -06:00
Price Hiller
98ba7c42d2 feat(nvim): Add zen mode 2022-03-06 12:59:17 -06:00
Price Hiller
9d60c891e1 refactor: More consistent telescope commands 2022-03-04 18:58:40 -06:00
Price Hiller
b75db7b8b9 refactor: Use nightly build of neovim 2022-03-04 15:11:02 -06:00
Price Hiller
578d0728ab feat(git): Add alias to fetch refs 2022-03-04 15:10:39 -06:00
Price Hiller
7a7942088c refactor: Use .cache dir for caching, better kill completion 2022-03-03 01:53:19 -06:00
Price Hiller
938fdd608a feat(nvim): Add hadolint as lsp diag source 2022-03-02 04:20:08 -06:00
Price Hiller
71987c1f97 chore(nvim): Change neoscroll easing function 2022-03-02 00:50:46 -06:00
Price Hiller
4b667e290f feat(profile): Make nvim manpager, formatting 2022-03-02 00:50:21 -06:00
Price Hiller
fbfc818ec2 docs(nvim): Improve comment for file loading 2022-03-01 08:19:30 -06:00
Price Hiller
939760fbf5 refactor(nvim): Use nvim_create_autocmd api 2022-03-01 00:30:23 -06:00
Price Hiller
45ace4e2c4 fix(nvim): Use correct util file for bufferclose 2022-02-28 08:23:05 -06:00
Price Hiller
1c60358f57 refactor(nvim): Remove globals from options in core 2022-02-28 08:07:20 -06:00
Price Hiller
abcc6a339b feat(nvim): Add neogen mode.nvim 2022-02-28 08:05:25 -06:00
Price Hiller
c02def40a7 feat(nvim): Add globals to core 2022-02-28 08:04:51 -06:00
Price Hiller
02fa2bd352 style(nvim): Add post space for consistency 2022-02-26 23:14:49 -06:00
Price Hiller
059cf759f0 feat(nvim): Disable floating window for signatures 2022-02-26 23:04:35 -06:00
Price Hiller
4f0bb633a6 fix(nvim): Re-enable flake8 for pylsp 2022-02-26 23:04:16 -06:00