Skip to content

Commit

Permalink
small 🔭 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpalmer committed Oct 27, 2021
1 parent 94a8219 commit b1eda5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public dots/vim-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "joel.plugins"
-- plugins config/setup
require "joel.config"

-- telescope 🔭
-- Telescope 🔭
require "joel.telescope"

-- mappings
Expand Down
2 changes: 1 addition & 1 deletion public dots/vim-nvim/lua/joel/telescope/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- telescope - customized pickers
-- Telescope 🔭- setup and customized pickers
local actions = require "telescope.actions"
local utils = require "telescope.utils"
require("telescope").setup {
Expand Down

0 comments on commit b1eda5a

Please sign in to comment.