Commit Graph

385 Commits

Author SHA1 Message Date
f848b943f6 refactor(nvim): migrate to vim.keymap.set 2022-07-24 19:29:12 -05:00
7825b61280 fix(nvim): do not show indentlines for mason 2022-07-24 18:30:34 -05:00
f43e639758 feat(nvim): add toggle for relativenumber 2022-07-24 15:52:45 -05:00
f169c7201c feat(nvim): use mason 2022-07-24 14:49:10 -05:00
ad50bdc11f fix(nvim): use expr foldmethod in correct order 2022-07-23 16:47:41 -05:00
aae1772cfe fix(nvim): pull virtual lines from vim.diagnostic 2022-07-23 15:05:41 -05:00
1e191aa0b0 feat(nvim): improve split bar color 2022-07-22 22:14:56 -05:00
0c02491f2b refactor(nvim): use vim.keymap.set 2022-07-22 21:09:36 -05:00
a809131297 refactor(nvim): improve pattern matching for plugins 2022-07-22 20:34:42 -05:00
ed49fddac8 feat(nvim): auto compile packer on plugins save 2022-07-22 20:26:51 -05:00
8085480b6c feat(nvim): make ps/pc keybinds handle missing plugins 2022-07-22 20:24:19 -05:00
df4d71a17b feat(nvim): add toggle for lsp lines type 2022-07-22 16:43:40 -05:00
c0a9840dc1 feat(nvim): improve lsp virtual text 2022-07-22 16:25:55 -05:00
04113061a3 docs(neovim): add explanation for incremental rename 2022-07-22 16:22:36 -05:00
130253094f fix(nvim): remove pretty-fold preview 2022-07-22 15:25:53 -05:00
6a6d3077bc fix(nvim): ansible ls provideRedirectModules enable 2022-07-17 22:08:52 -05:00
691624e084 feat(nvim): add bg highight for lsp diagnostics 2022-07-17 19:52:03 -05:00
2ed3998b12 feat(nvim): improve lsp virtual text icon 2022-07-17 19:25:14 -05:00
d4922a19c7 refactor(nvim): better lsp file organization 2022-07-17 17:48:03 -05:00
c1f7efb478 fix(nvim): remove duplicate lsp def 2022-07-17 16:48:25 -05:00
cf83c4082f refactor(nvim): remove virtual lsp lines 2022-07-17 16:40:01 -05:00
77a891ea70 fix(nvim): do not fuzzy search with neotree 2022-07-10 18:06:34 -05:00
839a8bb618 refactor(wezterm): major library improvements 2022-07-09 14:05:36 -05:00
537ff1d675 Revert "feat(nvim): improve mini cursorword highlight"
This reverts commit 341d8b5eef.
2022-07-08 17:37:36 -05:00
5930e1aa94 feat(nvim): add incremental lsp rename 2022-07-08 17:31:41 -05:00
341d8b5eef feat(nvim): improve mini cursorword highlight 2022-07-08 17:31:25 -05:00
a28adf6a55 refactor(wezterm): improve nerd font symbol sizes 2022-07-08 16:43:36 -05:00
c6e21f9cd3 feat(nvim): improve borders 2022-07-08 16:39:06 -05:00
cbd0af5130 feat(nvim): add mapping to toggle cmdheight 2022-07-05 00:30:21 -05:00
3edd185ed1 feat(nvim): change alpha settings to netrw of nvim 2022-07-05 00:12:28 -05:00
fadfd3e53b fix(nvim): do not error when plenary.async isn't found 2022-07-02 14:29:42 -05:00
95e73a02da feat(nvim): lualine show macro recording 2022-07-01 20:18:40 -05:00
7e57edf0ca fix(nvim): remove after gitsigns for hydra
This is WAY fucked. If that after is there then packer cannot generate a
packer_compiled for some reason. I don't care enough to find out why,
but way fucked up...
2022-07-01 18:55:27 -05:00
852302162f Revert "Revert "Revert "fix(neovim): fixes issues with the latest nightly"""
This reverts commit 65437f0887.
2022-07-01 18:03:07 -05:00
65437f0887 Revert "Revert "fix(neovim): fixes issues with the latest nightly""
This reverts commit d3a3bd4884.
2022-07-01 17:48:08 -05:00
d3a3bd4884 Revert "fix(neovim): fixes issues with the latest nightly"
This reverts commit ea8b830185.
2022-07-01 17:43:32 -05:00
12488c7d4f feat(nvim): better filetype detection 2022-07-01 17:10:51 -05:00
8d6acf7486 fix(nvim): handle filetypes not being detected 2022-07-01 16:50:14 -05:00
b5cff25175 refactor(nvim): remove autocmds for cmdheight
Issues autocmds addressed have been fixed in upstream
2022-07-01 16:28:23 -05:00
8b810534f3 feat!(nvim): disable swap files 2022-07-01 16:19:11 -05:00
c25e0e2569 fix(nvim): add gitsigns as dependency for hydra 2022-07-01 16:15:49 -05:00
ea8b830185 fix(neovim): fixes issues with the latest nightly 2022-07-01 11:45:48 -05:00
eca40acae4 Revert "fix(nvim): do not use cmdheight"
This reverts commit f5dd91d588.
2022-07-01 10:42:02 -05:00
f5dd91d588 fix(nvim): do not use cmdheight 2022-06-30 22:22:25 -05:00
67c040a116 refactor(nvim): better hydra window for resizing 2022-06-30 21:41:22 -05:00
d8df470d7c feat(nvim): hydra for window management 2022-06-30 21:37:00 -05:00
124ce30cda feat(nvim): add trouble 2022-06-30 16:49:53 -05:00
06b63da793 fix(nvim): do not take redirects for ansiblels
See https://github.com/ansible/ansible-language-server/issues/391
2022-06-30 16:32:35 -05:00
b0a655d264 refactor(nvim): set hydra git to bottom-right 2022-06-30 11:39:32 -05:00
14ca59bb3b feat(nvim): disable wrap 2022-06-30 11:34:26 -05:00