Compare commits
2 Commits
3729e67247
...
8723c409b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8723c409b6 | ||
|
|
3ceeb5b7fb |
@@ -13,7 +13,6 @@ if isdirectory($HOME . '/.cache/nvim/tags') == 0
|
||||
:silent !mkdir -p ~/.cache/nvim/tags > /dev/null 2>&1
|
||||
endif
|
||||
let g:gutentags_cache_dir='~/.cache/nvim/tags'
|
||||
"let g:gutentags_ctags_extra_args=['--fields=+l']
|
||||
|
||||
if isdirectory($HOME . '/.cache/nvim/undo') == 0
|
||||
:silent !mkdir -p ~/.cache/nvim/undo > /dev/null 2>&1
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
'Saecki/crates.nvim',
|
||||
dependencies = 'jose-elias-alvarez/null-ls.nvim',
|
||||
config = true
|
||||
config = true,
|
||||
filetype = { "rust", "toml" }
|
||||
}
|
||||
|
||||
@@ -73,7 +73,6 @@ return {{
|
||||
--"smolovk/projector.nvim",
|
||||
"Pocco81/true-zen.nvim",
|
||||
"nullchilly/fsread.nvim",
|
||||
"ziontee113/icon-picker.nvim",
|
||||
{
|
||||
"cbochs/grapple.nvim",
|
||||
enabled = false
|
||||
|
||||
@@ -77,19 +77,19 @@
|
||||
"pulseaudio-ctl mute-input"
|
||||
XF86AudioMicMute
|
||||
|
||||
"playerctl --ignore-player=chromium play-pause"
|
||||
"playerctl play-pause"
|
||||
XF86AudioPlay
|
||||
|
||||
"playerctl --ignore-player=chromium play-pause"
|
||||
"playerctl play-pause"
|
||||
XF86AudioPause
|
||||
|
||||
"playerctl --ignore-player=chromium stop"
|
||||
"playerctl stop"
|
||||
XF86AudioStop
|
||||
|
||||
"playerctl --ignore-player=chromium next"
|
||||
"playerctl next"
|
||||
XF86AudioNext
|
||||
|
||||
"playerctl --ignore-player=chromium previous"
|
||||
"playerctl previous"
|
||||
XF86AudioPrev
|
||||
|
||||
"gnome-calculator"
|
||||
@@ -107,7 +107,7 @@
|
||||
"rofi-pass"
|
||||
Control+Mod4 + d
|
||||
|
||||
"/home/kmcr/tools/word-lookup/word-lookup.sh"
|
||||
"/home/rkmiec/tools/word-lookup/word-lookup.sh"
|
||||
Mod4 + d
|
||||
|
||||
##################################
|
||||
|
||||
Reference in New Issue
Block a user