Commit Graph

126 Commits

Author SHA1 Message Date
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
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
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
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
Price Hiller
e2f77160fd feat(nvim): Disable flake8/pycodestyle in pylsp 2022-02-26 22:52:11 -06:00
Price Hiller
b2193108c6 feat(nvim): Make lsp signature toggable 2022-02-26 21:33:29 -06:00
Price Hiller
31c9af6b9a feat(nvim): Add lsp signature 2022-02-26 21:06:02 -06:00
Price Hiller
0e89b9c3d3 chore(nvim): Set correct file perms 2022-02-26 20:17:14 -06:00
Price Hiller
ceb5d56ac8 style(nvim): Remove incorrect/old comment 2022-02-26 20:14:57 -06:00
Price Hiller
b16f91b692 fix(nvim): Remove spell completion 2022-02-26 20:14:26 -06:00
Price Hiller
d33f21acc2 refactor(nvim): Change whichkey invoke binding 2022-02-26 18:41:31 -06:00
Price Hiller
a034d0e7a6 refactor(nvim): Change bindings for lsp diag movements 2022-02-26 18:40:17 -06:00
Price Hiller
0b32a77261 refactor(nvim): Use relativenumber false 2022-02-26 18:28:23 -06:00
Price Hiller
f21f1836ef feat(nvim): Add neoscroll 2022-02-26 18:28:06 -06:00
Price Hiller
f61ee7770a fix(nvim): Ensures util cmd gets loaded 2022-02-25 14:57:02 -06:00
Price Hiller
58de44724b feat(nvim): Auto install lsp servers 2022-02-24 04:29:51 -06:00
Price Hiller
02f959d3ca feat(nvim): Add mini modules 2022-02-24 03:33:31 -06:00
Price Hiller
bbecf1bfa9 style(nvim): Treesitter conf formatting 2022-02-24 03:01:44 -06:00
Price Hiller
2151e1157c fix(nvim): treesitter enable indent for yaml 2022-02-24 03:00:21 -06:00
Price Hiller
dc5fa2ba93 docs(nvim): Better note about module structure 2022-02-24 02:54:38 -06:00
Price Hiller
451eafd5de refactor(neovim): Better utility structure 2022-02-24 02:51:02 -06:00
Price Hiller
c206517084 fix(treesitter): Better indents via external plugin 2022-02-24 01:40:56 -06:00
Price Hiller
5a2f469ba3 fix(telescope): Open file finder properly 2022-02-21 15:45:52 -06:00
Price Hiller
d970ff1075 feat(mappings): Restart LSP Mapping 2022-02-21 14:26:06 -06:00
Price Hiller
889a576aac fix(notify): Use events api 2022-02-21 14:25:45 -06:00
Price Hiller
6d750ce482 feat(log-syntax): Add syntax highlighting for log files 2022-02-20 23:17:00 -06:00
Price Hiller
b59796dd11 feat(todo): Show todo in telescope (tT) 2022-02-20 23:11:52 -06:00
Price Hiller
34efa6b182 refactor(null-ls): Remove shellharden 2022-02-20 18:18:08 -06:00
Price Hiller
dc437ed461 feat(indent-blankline): Line context enabled 2022-02-20 02:21:12 -06:00
Price Hiller
147f229884 feat(theme): Make special chars light blue 2022-02-19 16:35:17 -06:00
Price Hiller
bf903200e6 feat(null-ls): Add shellharden as formatting source 2022-02-19 16:28:20 -06:00
Price Hiller
0094247d7e feat(neoformat): Use black as the python formatter 2022-02-19 13:35:34 -06:00
Price Hiller
dc7c16c4c9 feat(plugins): DAP, neoformat, vim ghost 2022-02-19 13:33:58 -06:00
Price Hiller
ee024c8c05 feat(dap): Proper python per-project debugging 2022-02-19 13:33:20 -06:00
Price Hiller
65009a81f6 refactor(nvim): Neoclip use new history setting 2022-02-15 13:32:55 -06:00
Price Hiller
8ef7e6e94b feat(nvim): Added whichkey mapping 2022-02-15 13:23:03 -06:00
Price Hiller
deedeadf6c [ Nvim ] Browser integration, line len, markdown viewing, progess 2022-02-07 03:55:35 -06:00