9a57e47ec4
feat(nvim): enable experimental lua loader
...
See https://github.com/neovim/neovim/pull/22668
2023-05-13 05:26:24 -05:00
27893934c5
chore(nvim): update lazy lock
2023-05-13 05:16:30 -05:00
abbe1a03b0
refactor(nvim): update plugins to use lazy nvim spec's
2023-05-13 05:16:01 -05:00
ec657f89b2
feat(nvim): add trouble nvim
2023-05-13 05:15:53 -05:00
8a708d0dce
chore(nvim): update lazy lock
2023-05-13 04:31:05 -05:00
36bff7be31
chore(nvim): update lazy lock
2023-05-12 01:53:29 -05:00
1c5706dcf5
chore(nvim): update lazy lock
2023-05-09 16:43:42 -05:00
72632e0042
feat(wezterm): ensure linux config uses wayland
2023-05-09 16:35:12 -05:00
75efd9dcc9
style(wezterm): format with stylua
2023-05-09 16:29:44 -05:00
31e24ac75a
refactor(wezterm): place tab specific config under tabbar.lua
2023-05-09 16:26:16 -05:00
66d694b66b
fix(wezterm): set tab_max_width to 48
...
This allows some ssh titles to better show
2023-05-09 16:23:24 -05:00
a5fb9b8c8a
chore(nvim): update lazy lock
2023-05-08 21:13:27 -05:00
06c9a43581
refactor(nvim): install all treesitter parsers
2023-05-08 00:50:28 -05:00
475ca08e00
refactor(nvim): improve lazy loading of plugins
2023-05-08 00:50:16 -05:00
8e598c58ef
Revert "refactor(nvim): remove neorg"
...
This reverts commit 0ec83026aa
.
2023-05-08 00:27:01 -05:00
d7a09f7bf4
Revert "refactor(nvim): set markdown conceallevel to 1"
...
This reverts commit 9d302b27d5
.
2023-05-08 00:25:20 -05:00
9d302b27d5
refactor(nvim): set markdown conceallevel to 1
2023-05-08 00:22:39 -05:00
0ec83026aa
refactor(nvim): remove neorg
2023-05-08 00:15:54 -05:00
366206bf9d
refactor(nvim): remove invalid content from lsp configs
2023-05-07 23:57:18 -05:00
d39e00d736
feat(nvim): add code action integration for gitsigns with null-ls
2023-05-07 23:11:27 -05:00
83a6f0d9d7
chore(nvim): update lazy-lock
2023-05-07 22:48:32 -05:00
1c3b1a8f84
feat(nvim): reinclude silicon.nvim
2023-05-07 22:48:18 -05:00
6b10ade655
fix(nvim): use hl group for cmp ghost_text
2023-05-07 22:48:02 -05:00
151b95537b
chore(nvim): update lazy lock
2023-05-07 22:40:35 -05:00
7ce6d9c4ec
feat(wezterm): set term to wezterm
2023-05-07 22:38:52 -05:00
c81c75a2ce
chore(nvim): update lazy lock
2023-05-05 13:15:39 -05:00
16dd0db451
refactor(hypr): decrease rounding on corners
2023-05-05 13:15:21 -05:00
ecb97d7ab1
refactor(nvim): do not do bottom search in noice.nvim
2023-05-05 05:08:16 -05:00
65b9cab1b9
fix(nvim): do not show statuscolumn in dashboard
2023-05-05 04:59:52 -05:00
95620c45f4
fix(nvim): ensure correct ts parsers are installed for noice.nvim
2023-05-05 04:52:49 -05:00
b507f77d2c
style(nvim): format with stylua
2023-05-05 04:51:23 -05:00
0fdab7ea8b
feat(nvim): disable lualine in dashboard
2023-05-05 04:50:52 -05:00
434f5cf8dc
refactor(nvim): remove redundant color plugin
2023-05-05 04:46:43 -05:00
f22e779c29
fix(nvim): do not lazy load treesitter
...
This causes issues with highlighting etc. on startup. We pretty much
*always* want to use treesitter anyhow, fundamental to all workflows
inside of neovim.
2023-05-05 04:43:06 -05:00
2c2015f5e1
feat(nvim): improve some noice.nvim functionality
2023-05-05 04:40:10 -05:00
aa3c06b0d7
refactor(nvim): remove after key in plugins
...
after is not valid for lazy.nvim, only for packger which is no longer in
use
2023-05-05 04:34:18 -05:00
cf6633b4c4
style(nvim): format with stylua
2023-05-05 04:29:11 -05:00
547993730d
fix(nvim): do not auto install ts parsers
2023-05-05 04:28:06 -05:00
c206685605
refactor(nvim): remove invalid item in spell file
2023-05-05 04:27:15 -05:00
361643c2ff
chore(nvim): update lazy lock
2023-05-05 04:25:47 -05:00
aa05b13840
style(nvim): format plugins.lua
2023-05-05 04:25:37 -05:00
168b42992c
feat(nvim): add autotag closing for treesitter
2023-05-05 04:25:18 -05:00
b033ab53ab
refactor(nvim): set xml ft to html
...
Currently nvim-treesitter does not have xml built-in and with how wide
the spec is it makes sense to simply set xml to html for some amount of
treesitter support.
2023-05-05 04:24:36 -05:00
1d8213b402
refactor(wezterm): use leader for invoking commands
2023-05-05 03:40:24 -05:00
9f824de2ef
feat(wezterm): add keybind for ActivateCommandPalette
2023-05-05 03:39:18 -05:00
b2c2069ed8
refactor(wezterm): change lower tab bar to be more colorful, add icons
2023-05-05 03:33:55 -05:00
80e75d376d
chore(wezterm): remove loose file
2023-05-05 03:20:37 -05:00
dcd9b1b19b
chore(wezterm): update firacode fonts
2023-05-05 03:19:50 -05:00
8530b06868
chore(nvim): update lazy-lock
2023-05-05 02:29:56 -05:00
6a549ee478
refactor(nvim): do not abuse timers for macro in statusline
2023-05-05 02:29:38 -05:00
55615756c3
feat: better integration between wezterm & neovim for term history
2023-05-04 02:08:02 -05:00
4f4666a551
refactor(wezterm): do not change hover bg for tabs
2023-05-04 01:42:09 -05:00
d25c9e839f
refactor(nvim): remove time from statusline
2023-05-04 01:34:55 -05:00
568454493e
feat(wezterm): improve tab bar to be like tmux
2023-05-04 01:31:59 -05:00
db8b6d2ab2
chore(nvim): update lazy-lock
2023-05-03 21:00:39 -05:00
f69d75efda
feat(wezterm): tab bar styling improvement
2023-05-03 20:33:32 -05:00
e904493049
refactor(wezterm): clean up gpu detection
2023-05-03 16:58:18 -05:00
2f4e6ff510
refactor(wezterm): improve font handling and fallbacks
2023-05-03 16:41:41 -05:00
a6574a75cf
refactor(zsh): place ssh-agent sock in XDG_RUNTIME_DIR
2023-05-03 16:29:27 -05:00
01c9dc628a
feat(wezterm): add keybind for debug overlay
2023-05-03 16:26:57 -05:00
a69f3d9859
refactor(wezterm): do not dump gpus
2023-05-03 16:26:50 -05:00
ead312f29a
feat(wezterm): properly detect and handle vulkan support
2023-05-03 16:09:27 -05:00
88e6a93abd
style(nvim): format with stylua
2023-05-03 13:39:48 -05:00
caedcc924f
feat(nvim): add live-command.nvim
2023-05-03 13:39:14 -05:00
deab436e2d
chore: improve comment for nibbler
2023-05-03 13:39:00 -05:00
a57cbb11e6
feat(nvim): limit completion menu height to 30
2023-05-01 00:38:12 -05:00
9c7781799d
chore(nvim): update lazy lock
2023-05-01 00:35:15 -05:00
881531546f
chore(nvim): update spell
2023-05-01 00:35:09 -05:00
6c7516ce8c
chore(nvim): update lazy-lock.json
2023-04-28 12:51:27 -05:00
84a289056c
refactor(nvim): remove ltex language server
2023-04-24 15:30:57 -05:00
fa5450b921
feat(nvim): include lazy lock in git tracking
2023-04-24 15:23:02 -05:00
3455a85340
refactor(nvim): improve highlight for NeogitCommitViewHeader
2023-04-24 14:54:02 -05:00
d570f6b6e2
refactor(zsh): do not invoke _kitty_complete for kitty terminal
2023-04-24 04:58:27 -05:00
2fd8515a7f
refactor(nvim): update neorg settings to be compliant with neorg v3
2023-04-24 00:52:29 -05:00
3237c7e4d3
refactor(nvim): nvim cmp cleanup
2023-04-19 23:21:39 -05:00
176f1c3d21
refactor: remove unused Nuget.config
2023-04-19 22:50:53 -05:00
7c06e59166
chore: explicitly include alacritty
2023-04-19 22:50:45 -05:00
976198b82c
fix: properly set gitignore syntax
2023-04-19 22:49:56 -05:00
859e9cf239
refactor(zsh): remove nvim-env
2023-04-19 22:41:24 -05:00
3726d2da87
chore: ignore files as well as dirs
2023-04-19 22:39:42 -05:00
1f75952edb
feat(zathura): explicitly set database to plain
2023-04-19 22:38:47 -05:00
020970944f
chore: explicitly include needed configs
2023-04-19 22:38:29 -05:00
fb48c04b37
refactor: use global exclude in gitignore
2023-04-19 22:35:59 -05:00
8bbcbf7ac9
refactor(nvim): use normal nvim pathing instead of custom nvim-envs
...
Since 0.9.0 went stable we can target different neovim instances by
using $NVIM_APPNAME instead of crazy linking
2023-04-19 22:35:12 -05:00
ed4e33e3c6
refactor(wezterm): make resize keybind apply to font only
2023-04-17 07:55:43 -05:00
9f478082fd
perf(nvim): convert some plugins to use VeryLazy event
2023-04-17 07:26:55 -05:00
a35d4c6316
refactor(nvim): do not disable netrw
...
This previously disabled the ability to edit over SSH/SCP
2023-04-17 06:27:41 -05:00
1d88c58a53
feat(nvim): add nvim lightbulb to show code actions
2023-04-17 06:23:34 -05:00
899ce9a76e
chore(nvim): remove hanging comment to unused code
2023-04-17 06:23:22 -05:00
34481b199a
refactor(nvim): set proper priorities for signs
2023-04-17 06:23:01 -05:00
477288834b
feat(zathura): keep color hue for recolor
2023-04-17 02:34:40 -05:00
6edd4eafb2
fix(hypr): ensure screen sharing works
2023-04-14 13:22:58 -05:00
11bd642a92
refactor(nvim): add increment/decrement binding description
2023-04-11 14:25:13 -05:00
a0da45b569
feat(nvim): add tabclose binding
2023-04-11 14:25:01 -05:00
7ebdaf218b
refactor(nvim): show relative path in lualine buffers
2023-04-11 14:16:24 -05:00
12c7244e76
feat(nvim): add vim version to dashboard
2023-04-11 14:11:33 -05:00
4a6a58c5a2
feat(git): add allowed signers
2023-04-11 13:53:15 -05:00
9607476426
chore(zsh): update p10k config with latest
2023-04-11 13:21:57 -05:00
9ae75b8c35
refactor(zsh): move powerlevel10k into submodule
2023-04-11 13:13:26 -05:00
3c80eabdbb
Revert "chore(zsh): Update submodule deps"
...
This reverts commit f3b882d047
.
2023-04-11 12:49:54 -05:00
60d60fb5f7
Revert "refactor(wezterm): decrease opacity on linux"
...
This reverts commit b21950cae8
.
2023-04-11 12:46:53 -05:00
11c94e69cd
refactor(nvim): link neogit diff ctx highlight to CursorLine hl
2023-04-11 12:43:45 -05:00
8e02e7744f
feat(hypr): run polkit agent on startup
2023-04-11 12:41:29 -05:00
b21950cae8
refactor(wezterm): decrease opacity on linux
2023-04-11 12:37:00 -05:00
83a5530626
refactor(nvim): improve neogit highlights
2023-04-11 12:34:11 -05:00
3bac7e11c3
fix(nvim): ensure neotree bg highlights are not modified
2023-04-11 12:24:11 -05:00
acff254b36
fix(chrome): properly set ozone platform to wayland
2023-04-11 11:33:06 -05:00
f3b882d047
chore(zsh): Update submodule deps
2023-04-11 08:11:34 -05:00
bb84c24648
Revert "refactor(zsh): remove forgit"
...
This reverts commit c40352a364
.
2023-04-11 07:52:57 -05:00
fe5dde7fe5
refactor(hypr): simplify wifi change script
2023-04-10 03:07:03 -05:00
39b7109f39
feat(nvim): add Nibbler
2023-04-09 23:17:45 -05:00
5c79abffeb
style(nvim): format with stylua
2023-04-08 13:18:10 -05:00
c40352a364
refactor(zsh): remove forgit
2023-04-07 05:53:58 -05:00
e963df39fe
fix: remove overlapping rebinding on '='
2023-04-07 05:22:56 -05:00
77c53e6ee3
feat(nvim): disable ufo in norg files
2023-04-07 02:22:32 -05:00
8c3aaca883
feat(nvim): use azure pipelines ls for azure pipelines
2023-04-06 23:24:27 -05:00
21b1849b9b
feat(nvim): set highlights for headlines.nvim
2023-04-05 21:39:41 -05:00
36256444d2
fix(nvim): properly set up and load headlines.nvim
2023-04-05 21:39:30 -05:00
228decdd75
refactor(nvim): set new highlight for diffvew file history
2023-04-05 15:58:46 -05:00
638032941a
refactor(nvim): remove sqls lsp -- it has been deprecated
2023-04-05 12:27:47 -05:00
538cba6850
fix(nvim): remove ansible lint from null-ls
...
We already get ansible lint reporting from the ansible language server
2023-04-02 22:08:34 -05:00
70ba2e1e6f
feat(nvim): set no bg color for FloatTitle hl
2023-03-30 13:57:36 -05:00
f03778aba7
fix(chromium): properly set flags for wayland
2023-03-30 13:57:03 -05:00
063509bfef
Revert "refactor(nvim): remove headlines.nvim"
...
This reverts commit 4387a2b362
.
2023-03-30 11:43:51 -05:00
d369ec4cc7
Revert "feat(nvim): add cspell to null_ls"
...
This reverts commit 94291da378
.
2023-03-27 14:56:27 -05:00
94291da378
feat(nvim): add cspell to null_ls
2023-03-27 14:28:32 -05:00
4387a2b362
refactor(nvim): remove headlines.nvim
2023-03-27 09:22:56 -05:00
7d012db9e8
feat(nvim): disable treesitter on large files (>100KB)
2023-03-26 13:25:52 -05:00
2e498f2aef
refactor(zathura): use kanagawa colors
2023-03-26 12:12:29 -05:00
3f395f2b39
fix(nvim): comment out silicon.nvim
...
Currently it hard crashes neovim on nightly
2023-03-24 11:22:04 -05:00
d5124fa79a
fix(zsh): enable combining chars
...
This allows some unicode fonts to render correctly
2023-03-22 14:28:00 -05:00
7027d02532
feat(zsh): set proper rust tooling completions
2023-03-22 12:07:48 -05:00
045395dabb
feat(git): improve git config settings
2023-03-21 13:48:08 -05:00
e839d457c4
chore: opt out of powershell telemetry
2023-03-21 13:47:30 -05:00
fb03b597e0
fix(nvim): fix typo for gtd
2023-03-20 09:52:12 -05:00
adc1ff7871
fix(nvim): ensure sqls exposes capabilities
2023-03-20 09:39:18 -05:00
4b48ff730d
chore: remove loose files
2023-03-19 07:15:52 -05:00
0481cd10b7
fix: expose emoji completions for gitcommits
2023-03-15 20:41:41 -05:00
b694b4bb05
fix(nvim): fill in icons for missing ones in lspkind for cmp
2023-03-15 20:39:41 -05:00
df1e59de2b
refactor(nvim): use schemastore.nvim for yaml schemas
2023-03-15 19:51:50 -05:00
82d1732d8e
Revert "refactor(zsh): remove npm env settings"
...
This reverts commit 1b1312d190
.
2023-03-15 19:26:06 -05:00
1b1312d190
refactor(zsh): remove npm env settings
2023-03-11 15:51:57 -06:00
edc59f296f
feat(nvim): improve defaults for neorg
2023-03-10 14:53:45 -06:00
5581b48b7c
feat(nvim): set highlight for TreesitterContext
2023-03-08 14:03:04 -06:00
6ae5d4dc17
refactor(nvim): remove useless variable from lsp symbol function
2023-03-07 23:13:58 -06:00
7f5f3a66f1
feat(nvim): enable gobble for silicon.nvim
2023-03-07 23:07:05 -06:00
7bc66d6e17
refactor(hypr): improve recording videos
2023-03-07 08:34:12 -06:00
45668b51b6
refactor(nvim): use different hl group for alpha time
2023-03-07 07:49:11 -06:00
811c69c25e
refactor(nvim): improve azure pipelines matching for yamlls
2023-03-05 07:04:17 -06:00
24cfe91ae4
feat(nvim): add bash debug adapter support
2023-03-05 06:33:30 -06:00
bf40cf4c55
fix(nvim): properly build kanagawa
2023-03-05 03:04:30 -06:00
939a45ff6b
feat(hypr): add capturing gif support to screen-cap.bash
2023-03-05 02:38:31 -06:00
0722a6c6db
refactor(nvim): remove winhighlight options for cmp documentation
2023-03-05 01:20:13 -06:00
484733b98b
fix(nvim): do not lazy load lspconfig
...
We need to load lspconfig in time for FileType auto commands to register
file types
2023-03-05 01:20:13 -06:00
272d2a88be
feat(zsh): set custom npm install dir
2023-03-05 01:20:08 -06:00
0c77aed4ab
refactor(nvim): improved handling of kanagawa compile
2023-03-04 23:23:20 -06:00
167e1e59e8
feat(nvim): set VMTheme for vim-visual-multi
2023-03-04 18:05:30 -06:00
03994c70ac
refactor(nvim): update to support new kanagawa colors
2023-03-04 17:28:39 -06:00
f4bc4e5151
refactor(nvim): use VeryLazy event with statuscol
2023-03-03 16:19:08 -06:00
232d966039
refactor(nvim): remove various-textobjs
2023-03-03 15:46:50 -06:00
4ca2d9fd50
refactor(nvim): no longer pin neo-tree to specific commit
2023-03-03 13:34:57 -06:00
7985f743f3
feat(nvim): use ts-rainbow2 plugin
2023-03-02 19:43:11 -06:00
5bec1553f0
style(nvim): format with stylua
2023-03-02 18:29:35 -06:00
d565b26a8f
feat(nvim): add nvim-various-textobs plugin
2023-03-02 18:28:17 -06:00
8b0fad5b50
fix(nvim): close alpha's redraw handler
2023-03-02 10:46:10 -06:00
6386d8fd93
fix(nvim): no longer save folds
...
This caused all files to open as fully folded
2023-03-02 09:56:30 -06:00
55674ef60e
refactor(nvim): nginx ls should use global lsp_capabilities
2023-03-02 09:46:21 -06:00
df8369ec7c
feat(wezterm): set underline position offset
2023-03-01 09:52:26 -06:00
be7f3001ee
style(nvim): format plugins.lua w/ stylua
2023-03-01 01:22:13 -06:00
b6a9597773
fix(nvim): correct setup statuscol
2023-03-01 01:21:59 -06:00
ff0d829a74
fix(nvim): embed correct file icon in silicon captures
2023-02-27 08:15:38 -06:00
20705cfcf9
refactor(nvim): properly call silicon with range
2023-02-27 03:40:13 -06:00
cc45224f9c
refactor(hypr): rename screen-cap inner function
2023-02-27 01:38:16 -06:00
4e92258828
refactor(nvim): remove editorconfig plugin
...
EditorConfig support is now built in to Neovim
2023-02-27 01:16:09 -06:00
86d41ce892
Revert "Revert "fix(nvim): pin neogit to commit prior to a fault""
...
This reverts commit bff3de377d
.
2023-02-26 21:36:49 -06:00
b3c6b51fd2
feat(nvim): embed filetype icon into silicon output
2023-02-26 21:13:14 -06:00
7119075c60
refactor(nvim): ensure emoji completions show in gitcommits
2023-02-26 20:47:07 -06:00
6f417c327c
refactor(nvim): remove test watermark in silicon.nvim
2023-02-26 20:05:28 -06:00
a91a79cb50
refactor(hypr): make screen cap use hardware accel from gpu, record in mp4
2023-02-26 19:56:16 -06:00
7a10989303
fix(hypr): ensure xdg-desktop-portal-wlr picks up correct vars
2023-02-26 19:24:36 -06:00
bff3de377d
Revert "fix(nvim): pin neogit to commit prior to a fault"
...
This reverts commit 32eccf1bcc
.
2023-02-26 18:38:56 -06:00
32eccf1bcc
fix(nvim): pin neogit to commit prior to a fault
...
The latest edge of neogit causes the neo-tree buffer to close on opening
some files inside git projects
2023-02-22 20:15:43 -06:00
4a215a1623
feat(git): autosign commits
2023-02-22 20:15:19 -06:00
34db1103dc
refactor(nvim): use rust-based plugin for silicon support
2023-02-22 16:11:57 -06:00
d713194920
feat(nvim): do not expand tabs in gitconfigs
2023-02-22 15:33:20 -06:00
bd86b0c95b
refactor(git): use tabs in gitconfig
2023-02-22 15:32:27 -06:00
392abd04cb
Revert "feat(git): use Diffview for git diff"
...
This reverts commit 7d9ef08a85
.
2023-02-21 09:18:12 -06:00
9f4081029f
feat(nvim): add mappings for diffview
2023-02-21 09:13:35 -06:00
7d9ef08a85
feat(git): use Diffview for git diff
2023-02-21 09:10:33 -06:00
5ef8ad7fb3
refactor(nvim): set conceallevel to 0 for json files
...
This solves some nuisances in which I can't tell if some indicies are
quoted or not
2023-02-19 17:09:13 -06:00
81c308fb4d
feat(nvim): add docker compose lsp
2023-02-17 19:49:02 -06:00
a9ed33f30a
feat(nvim): add custom nginx lsp server conf
2023-02-17 19:45:25 -06:00
86a3d3afc6
perf(nvim): disable ltex_ls
...
ltex_ls likes to eat as much ram as it can get its little grubby hands
on
2023-02-17 19:16:40 -06:00
1572f1b742
fix(nvim): update neorg configs to be compliant with latest versions
2023-02-17 12:43:33 -06:00
8627093bc2
refactor(nvim): remove tsnode-marker
2023-02-17 12:20:42 -06:00
5205adefeb
fix(nvim): set headlines to lazily start
2023-02-17 12:13:48 -06:00
8f181722ee
feat(nvim): better documentation appearance
2023-02-17 12:12:57 -06:00
7e7ee7a999
style(nvim): format lsp
2023-02-16 17:47:09 -06:00
81ef9e20bf
fix(nvim): explicitly set fts for ltex_ls
2023-02-16 17:46:59 -06:00
422f14029a
fix(zsh): suppress ssh sock output
2023-02-15 14:24:01 -06:00
f7be78206e
chore(zsh): update plugins
2023-02-13 12:05:02 -06:00
586db89f4e
feat(git): enable signing key with ssh
2023-02-12 19:57:00 -06:00
031c2910e3
refactor(nvim): use different diff fillchar
2023-02-12 19:40:51 -06:00
24df724937
feat(nvim): use custom color for macro recording
2023-02-12 19:27:34 -06:00
2c0398b9da
refactor(nvim): do not highlight unfolds
2023-02-12 19:23:32 -06:00
3b52c99cf1
feat(nvim): add datetime to statusline
2023-02-12 19:21:56 -06:00
aeece242aa
feat(nvim): new util functions
2023-02-12 19:21:43 -06:00
bb2b68557d
refactor(nvim): change dashboard header color
2023-02-12 16:56:55 -06:00
90e0da3594
feat(zsh): add forgit's subcommand to git
2023-02-12 13:32:19 -06:00
3f47962fad
feat(zsh): add forgit
2023-02-12 13:31:45 -06:00
75f284b481
Revert "feat(zsh): add forgit for git fzf integration"
...
This reverts commit 946db030a7
.
2023-02-12 13:27:51 -06:00
946db030a7
feat(zsh): add forgit for git fzf integration
2023-02-12 12:26:19 -06:00
893cad8dea
chore(wezterm): update fira code font
2023-02-12 11:31:22 -06:00
b96604e47c
fix(nvim): use correct lsp for lua lspconfig
2023-02-12 11:24:31 -06:00
502cf11dfc
refactor(nvim): update dashboard image
2023-02-10 09:48:31 -06:00
4afe610bf2
feat(git): enable git credential store
2023-02-07 06:22:17 -06:00
2b7703d85c
fix(nvim): handle invalid calls to AlphaRedraw
2023-02-07 06:09:58 -06:00
12cc5fc8e3
fix: run colorscheme from within plugins instead of core
2023-02-07 06:06:01 -06:00
0c71e01ed7
refactor(nvim): remove pyright lsp
2023-02-05 04:42:57 -06:00
cb2b89df79
refactor(nvim): improve fold colors
2023-02-03 17:40:02 -06:00
507e346d3a
feat(nvim): add statuscol support via plugin
2023-02-03 17:39:53 -06:00
2d41c4fce4
feat(nvim): better fold icons
2023-02-03 17:39:37 -06:00
6a845918ce
feat(nvim): add bg color for Folded
2023-02-03 17:17:10 -06:00
0aefa4729d
feat(nvim): save folds between sessions
2023-02-03 17:02:41 -06:00
b34334fb56
feat(nvim): add nvim-ufo
2023-02-03 16:58:08 -06:00
20629e6877
feat(nvim): set commentstring for jinja2
2023-02-01 10:45:28 -06:00
da73182c5b
fix(nvim): ensure yaml-ls supports gitlab-ci
2023-01-31 17:33:09 -06:00
f914897699
feat(zsh): permit ssh-agent to be multi-session
2023-01-28 19:03:55 -06:00
bc1416472c
feat(zsh): invoke ssh-agent
2023-01-28 18:49:43 -06:00
0cb8391a32
feat(zsh): include completions for poetry
2023-01-26 02:28:19 -06:00
7cfce9d86b
feat(zsh): add export for SSLKEYLOGFILE
2023-01-25 14:57:53 -06:00
05baeef204
feat: set commentstring for http to #
2023-01-23 15:16:52 -06:00
bfcef8ef91
feat: better file integrations
2023-01-23 14:09:47 -06:00
5147bff675
Revert "feat(nvim): remove _ from iskeyword"
...
This reverts commit 9dd5aceda5
.
2023-01-20 18:53:19 -06:00
56a0690be4
refactor(nvim): better lualine lsp names
2023-01-17 19:02:52 -06:00
27461530f3
feat(nvim): show active lsps in winbar
2023-01-17 18:52:01 -06:00
a2b7f793b6
refactor(nvim): include lazy in plugins table
2023-01-17 18:32:19 -06:00
71226702bb
feat(nvim): dynamic alpha startup page
2023-01-17 18:32:02 -06:00
d7a8b6cde4
feat: split diag window in diag float
2023-01-17 17:02:38 -06:00
a2f7af65e7
refactor(zsh): replace dotnet-suggest with in-built dotnet completion
2023-01-17 14:35:03 -06:00
8b13b0e70c
feat(nvim): properly configure undo telescope mappings
2023-01-17 13:33:29 -06:00
70b81785a8
refactor(nvim): focus on open float
2023-01-17 13:26:52 -06:00
090b520fcd
refactor(nvim): use empty borders for diagnostic
2023-01-17 13:25:26 -06:00
9dd5aceda5
feat(nvim): remove _ from iskeyword
2023-01-17 12:50:01 -06:00
cce56dceb2
refactor(nvim): do not lazy load noice.nvim
2023-01-14 15:34:12 -06:00
825dae17bd
refactor(nvim): restore noice.nvim
2023-01-14 14:44:39 -06:00
bc8f1c38d0
feat(nvim): allow diag floats to be focused
2023-01-11 09:41:27 -06:00
a3669b6fcc
refactor(nvim): remove empty binding
2023-01-11 07:47:17 -06:00
56b07605f1
perf(nvim): use event = "VeryLazy" provided by lazy.nvim
2023-01-11 07:23:27 -06:00
1e62446ae5
fix(nvim): disable noice until nightly is fixed
2023-01-11 07:09:53 -06:00
8dabde56bf
feat(nvim): add Search cmd
2023-01-11 06:57:59 -06:00
648c93907a
fix(hyprland): remove main_mod invalid field
2023-01-11 06:17:36 -06:00
256d42c05f
refactor(nvim): remove packer, unused
2023-01-08 05:00:01 -06:00
eae0178a9d
feat(nvim): enable shiftround
2023-01-04 16:28:02 -06:00
02950db8e4
chore: ignore undesired dirs
2023-01-04 15:48:29 -06:00
31e4372a86
feat(nvim): set bindings for increment/decrement
2023-01-03 10:29:46 -06:00
2997719f33
feat(nvim): add telescope undo
2023-01-03 10:09:26 -06:00
7b02bd3362
chore: ignore autostart files
2022-12-21 13:56:56 -06:00
d562caeab2
refactor(nvim): decrease alpha header padding
2022-12-21 13:53:54 -06:00
0c1b44fd1e
refactor(nvim): move lazy lock file to data dirs
2022-12-21 00:33:56 -06:00
c8ea2be84b
fix(nvim): do not add indent lines to lazy fts
2022-12-21 00:33:45 -06:00
ec3e3921d4
feat(nvim): add plugin count to statusline
2022-12-21 00:31:27 -06:00
fde19bd14c
refactor(nvim): better integration of alpha w/ lazy
2022-12-21 00:31:08 -06:00
130b15ede6
chore(nvim): cleanup old packer stuff
2022-12-21 00:30:48 -06:00
32932b2d60
feat(waybar): add section for audio device
2022-12-20 23:03:13 -06:00
485c8024f6
refactor(nvim): use Lazy package manager instead of packer
2022-12-20 22:40:44 -06:00
e6d158f54e
chore(zsh): update plugin submodules
2022-12-20 20:58:24 -06:00
adbfde45cd
feat(zsh): add git-head-default alias
2022-12-20 20:54:35 -06:00
ab336ea711
refactor(zsh)!: remove zsh-vi-mode
2022-12-20 20:35:46 -06:00
05ac115531
chore: remove autostart
2022-12-19 13:07:51 -06:00
c07e9aa5a5
refactor(nvim): remove unecessary guibg=None
2022-11-22 23:21:14 -06:00
1b2102f20b
feat(nvim): enable improved diff from v9
2022-11-22 23:21:02 -06:00
8113f91d32
chore(nvim): add new words to dict
2022-11-22 18:02:02 -06:00
19e93ec772
refactor(hypr): remove defaulted option
2022-11-22 18:01:48 -06:00
fe7f0c79f9
feat(nvim): add dictionary words
2022-11-17 09:55:18 -06:00
12a0f2a981
feat(nvim): set dockerignore fts to gitignore
2022-11-07 02:58:47 -06:00
fb4e36305b
refactor(nvim): use main silicon repo
2022-11-07 00:19:01 -06:00
34990aa39d
feat(hypr): improved anims for windows
2022-11-07 00:18:48 -06:00
220061a22c
refactor(wezterm): decrease font weight
2022-11-07 00:18:35 -06:00
8a6b0f03da
feat(hypr): nicer window animations
2022-11-05 00:37:07 -05:00
52b70b8382
refactor(nvim): use silicon.lua instead of vimscript
2022-11-05 00:14:47 -05:00
02c32b4e8f
fix(hypr): fix screen cap speed
2022-11-05 00:05:50 -05:00
637f6fe675
feat(hypr): improve screen cap quality
2022-11-04 23:27:59 -05:00
dc78d7c2bd
feat(git): do not ignore case
2022-11-04 22:13:27 -05:00
20748d0e68
feat(nvim): add more words to dictionary
2022-11-01 17:24:12 -05:00
1012ee0406
feat(nvim): disable conceal in markdown files
2022-11-01 17:24:04 -05:00
4d17de8802
refactor(nvim): remove lsp_signature
...
Noice.nvim covers this functionality out of the box, no need to use
lsp_sig anymore
2022-10-28 12:30:47 -05:00
1264a19fdc
fix(nvim): do not show indent lines for noice ft's
2022-10-28 12:20:20 -05:00
f9ec552ed5
feat(nvim): add more dictionary words
2022-10-27 21:27:50 -05:00
fbe98b8361
fix(nvim): use opt_local for ftplugin
2022-10-26 09:58:15 -05:00
920c57e994
refactor(wezterm): increase opacity
2022-10-25 19:39:06 -05:00
b6a651eb8b
feat(nvim): improve kanagawa colors for noice.nvim
2022-10-25 19:27:11 -05:00
bb55d8e684
refactor(nvim): use default noice config
2022-10-25 19:27:02 -05:00
f7134f4eb7
refactor(nvim): set lualine buffers mode to 2
2022-10-25 19:26:51 -05:00
d76b40c1fa
refactor(nvim): disable tabline
2022-10-25 19:26:43 -05:00
bc8203b6c6
feat(nvim): add nvim-treesitter-context
2022-10-25 19:10:12 -05:00
bac022fde9
refactor(nvim): use smaller utils for buffer management
2022-10-25 19:09:54 -05:00
79c3789184
feat(nvim): use winbar with lualine
2022-10-25 19:09:39 -05:00
37be985b68
refactor(nvim): disable custom winbar
2022-10-25 19:09:27 -05:00
e4d005a070
refactor(nvim): replace bufferline w/ barbar
2022-10-25 17:33:16 -05:00