Commit Graph

470 Commits

Author SHA1 Message Date
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
fca0c5a0a4 fix(nvim): do not overwrite space key in neo-tree 2022-10-25 16:52:49 -05:00
5c0d6a205a refactor(nvim): move kanagawa config to configs dir 2022-10-25 16:40:11 -05:00
f339fd3f4e fix(nvim)!: disable netrw 2022-10-25 16:34:36 -05:00
ba92609fd8 feat(nvim): better highlights for kanagawa 2022-10-25 16:34:25 -05:00
77a272fc32 feat(nvim): enable winbar 2022-10-25 16:34:12 -05:00
0be4c1f8dc feat(nvim): add more dictionary words 2022-10-25 13:54:43 -05:00
694bb0aba2 refactor(nvim): use lua api for neogit 2022-10-25 09:03:04 -05:00
0f81ff7cd1 refactor(wezterm): wipe out linux config 2022-10-25 09:02:53 -05:00
5477cd9820 feat(git): include env specific git configs 2022-10-24 23:05:39 -05:00
3293519130 refactor(nvim): remove auto format on save 2022-10-24 23:05:18 -05:00
a5d2250d92 fix(hyprland): properly launch some launchers 2022-10-23 23:06:30 -05:00
0a7d08f094 style(nvim): reformat cmp.lua 2022-10-22 15:44:10 -05:00
3265041192 fix(nvim): properly load hlslens due to breaking change 2022-10-22 15:38:56 -05:00
9ea9d0dc8b refactor(nvim): use noice's lsp progress 2022-10-22 15:38:41 -05:00
35cf86c6ed refactor(nvim): enable ignore-exclude for wgrep telescope 2022-10-20 15:39:30 -05:00
042a3a67fa feat(nvim): add custom command input icon 2022-10-20 13:40:38 -05:00
e31ff5dcda feat(nvim): add more words to dictionary 2022-10-20 13:07:20 -05:00
7ba608be5d feat(git): automatically set upstream branches 2022-10-18 18:47:28 -05:00
0e9df21cc8 fix(hypr): run light command as sudo 2022-10-17 23:38:22 -05:00
2f65fb0876 refactor(wezterm): use default a from firacode 2022-10-17 22:43:31 -05:00
b58be4cf8a fix(nvim): proper debugging with rust-tools 2022-10-17 22:27:05 -05:00
b03e2af598 refactor(waybar): improve apperance of workspace buttons 2022-10-17 07:59:52 +00:00
a876ca9363 refactor(waybar): decrease padding values 2022-10-17 07:56:32 +00:00
2d2bb95c65 fix(waybar): update to be compliant with breaking style changes 2022-10-17 07:47:55 +00:00
ad7878d4b6 fix(nvim): properly lazy load neogit 2022-10-16 17:09:39 -05:00
f684180089 feat(nvim): make noice cmdline show in bottom left 2022-10-16 17:08:32 -05:00
35989d49a6 fix(nvim): update to comply with breaking changes in plugins 2022-10-16 17:06:27 -05:00
d6f8206d8c refactor(nvim): disable lazy redraw 2022-10-14 15:54:05 -05:00
a556a6e50a style(nvim): reformat 2022-10-14 15:51:49 -05:00
c3af4d4516 fix(nvim): properly use notify in on_attach 2022-10-12 14:49:28 -05:00
f91c28f16a refactor(nvim): properly set up nvim-notify w/ noice 2022-10-12 12:19:32 -05:00
76374b1363 refactor(nvim): use centered noice popups 2022-10-12 12:14:24 -05:00
89650b5517 refactor(nvim): limit the item count of buffer-lines cmp 2022-10-11 14:47:46 -05:00
1b945f7ebb feat(nvim): add more words to dictionary 2022-10-11 14:46:57 -05:00
5fd2348286 fix(nvim): ensure packer's success bg is NONE 2022-10-11 06:52:38 -05:00
938d2ec1ed refactor(nvim): improve kanagawa cmp colors 2022-10-11 06:27:28 -05:00
24dac72dc9 feat(nvim): improve telescope highlights 2022-10-11 06:05:28 -05:00
730eff75f0 Revert "feat(nvim): improve telescope highlights"
This reverts commit b009ef099e.
2022-10-11 06:03:40 -05:00
0b7fc94321 refactor(nvim): use csharpls instead of omnisharp 2022-10-11 05:29:43 -05:00
b009ef099e feat(nvim): improve telescope highlights 2022-10-11 05:29:24 -05:00
169005cc4c refactor(nvim): load lspconfig after noice.nvim 2022-10-11 05:05:01 -05:00
a9193a6532 feat(nvim): add buffer lines source to cmp 2022-10-10 12:53:31 -05:00
4ef478a14a feat(nvim): set splitkeep to screen 2022-10-10 12:47:27 -05:00
b18d480f41 fix(zsh): fix syntax error 2022-10-10 01:48:56 -05:00
337ab10e6b refactor(zsh): better loading of audio-record 2022-10-10 01:40:22 -05:00
c4f04ad1e8 feat(zsh): add audio-record alias 2022-10-10 01:30:18 -05:00
69ce85881f refactor(wezterm): use fira code nerd font 2022-10-10 00:42:25 -05:00
97e001e2c5 chore(wezterm): update fira code font 2022-10-10 00:41:35 -05:00
68c7c3d761 feat(hypr): add some event notifications 2022-10-07 18:05:45 -05:00
6f9c089268 feat(nvim): add custom filetype for dockerfiles 2022-10-07 14:02:04 -05:00
36ebfc2647 style(nvim): remove extraneous comments 2022-10-07 13:19:19 -05:00
878d1549ec fix(hypr): drop gifski and use native ffmpeg for screen caps 2022-10-07 13:18:40 -05:00
8fbe4e92be style(nvim): format statusline.lua 2022-10-07 12:38:31 -05:00
5b00b9f321 feat(nvim): embed macro recording in the statusline 2022-10-07 12:38:20 -05:00
0449c0382c feat(nvim): use cmp selection order relative to cursor 2022-10-07 12:10:24 -05:00
bab5cddd55 refactor(nvim): remove unecessary noice confirm view override 2022-10-07 12:02:38 -05:00
cfc1d37dcd refactor(nvim): improve noice module loading 2022-10-07 11:59:41 -05:00
cca243ba66 Revert "refactor(nvim): remove noice.nvim"
This reverts commit f9c76a5e7b.
2022-10-07 11:38:40 -05:00
cd2c8ee75a refactor(waybar): improve battery animations 2022-10-07 04:53:03 -05:00
809bf96efa refactor(swaylock): massively increase blur
This makes the lock screen impossible to decipher content underneath the
blur. Previously it was possible to determine what might have been on
screen through the blur.
2022-10-07 04:52:12 -05:00
e708b727f3 feat(nvim): add more words to dictionary 2022-10-06 12:01:00 -05:00
435680d883 Revert "refactor(nvim): set cmdheight to 0"
This reverts commit 32282ee771.
2022-10-06 10:07:04 -05:00
f9c76a5e7b refactor(nvim): remove noice.nvim 2022-10-06 10:05:48 -05:00
d5ba0e31b3 refactor(nvim): remove stabilize.nvim
The "fix" stabilize implements is now implemented in Neovim master and
should be available starting from October 7th
2022-10-06 10:02:03 -05:00
362a50d098 docs(nvim): include comment about overseer 2022-10-06 10:01:38 -05:00
32282ee771 refactor(nvim): set cmdheight to 0 2022-10-06 09:40:05 -05:00
12a0f95bd2 fix(nvim): use traditional cmdline w/ noice
This fixes an issue with opening the command line while having telescope
open.
2022-10-04 00:19:42 -05:00
59544079e7 feat(nvim): major telescope appearance overhaul 2022-10-03 21:00:41 -05:00
f77fb51e6c feat(nvim): use thicker indent blankline 2022-10-03 20:29:10 -05:00
879f65ff91 refactor(nvim): remove noice cmdline border 2022-10-03 18:07:01 -05:00
2a30993f4d refactor(nvim): improve styling of noice cmdline 2022-10-03 18:06:06 -05:00
a6fa90fc44 feat(nvim): add noice.nvim 2022-10-03 18:01:31 -05:00
3b34c24b94 refactor(waybar): use correct path for disk space 2022-10-03 04:43:27 -05:00
bc8b644ce0 style(waybar): format config 2022-09-30 16:34:37 -05:00
993b659a1d feat(nvim): add more words to dictionary 2022-09-30 14:39:48 -05:00
9d43432c10 feat(hypr): add mouse bindings for resise/move windows 2022-09-30 14:39:35 -05:00
76543746aa fix(nvim): load notify before lspconfig 2022-09-30 14:03:05 -05:00
aa557b7d28 perf(neovim): massive start up time improvements (~70 ms) 2022-09-28 22:50:45 -05:00
1840d272d4 refactor(nvim): place neoclip config in packer use 2022-09-28 22:20:45 -05:00
eb0a840e7a refactor(nvim): better cmp kanagawa colors 2022-09-28 22:07:22 -05:00
a1be1fde9c feat(nvim): better cmp triggering for buffer/rg matching 2022-09-28 14:49:30 -05:00
c3bcec5f55 chore(nvim): remove commented, unused, code 2022-09-27 20:26:21 -05:00
a7924902c1 refactor(wezterm): use firacode for font 2022-09-27 19:40:05 -05:00
739c2061bf refactor(nvim): use vim.cmd for calling colorscheme 2022-09-27 19:17:04 -05:00
f6b31cd668 feat(nvim): add more words to dictionary 2022-09-27 19:10:32 -05:00