This commit is contained in:
talksik
2024-01-27 15:06:18 -08:00
parent 4815f86c10
commit 711a4b8813
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>) # Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod1 set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
+1 -1
View File
@@ -11,7 +11,7 @@ return require('packer').startup(function(use)
use { use {
'nvim-telescope/telescope.nvim', tag = '0.1.0', 'nvim-telescope/telescope.nvim', tag = '0.1.4',
-- or , branch = '0.1.x', -- or , branch = '0.1.x',
requires = { { 'nvim-lua/plenary.nvim' }, { 'xiyaowong/telescope-emoji.nvim' } } requires = { { 'nvim-lua/plenary.nvim' }, { 'xiyaowong/telescope-emoji.nvim' } }
} }