mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Replace todo and remove icon-picker
This commit is contained in:
parent
42841386cc
commit
e42a93bed7
5 changed files with 2 additions and 18 deletions
|
@ -44,8 +44,3 @@ set("n", "<space>b", telescope_builtin.resume, opts)
|
|||
|
||||
-- LSP
|
||||
set("n", "<space>h", vim.lsp.buf.hover, opts)
|
||||
|
||||
-- Icon picker
|
||||
set("n", "<Leader>e", "<cmd>IconPickerNormal symbols emoji<cr>", opts)
|
||||
set("n", "<Leader>y", "<cmd>IconPickerYank symbols emoji<cr>", opts)
|
||||
set("i", "<C-e>", "<cmd>IconPickerInsert symbols emoji<cr>", opts)
|
||||
|
|
|
@ -61,20 +61,12 @@ return require("packer").startup({
|
|||
|
||||
-- Todo-comment
|
||||
use({
|
||||
"AmeerTaweel/todo.nvim",
|
||||
"folke/todo-comments.nvim",
|
||||
requires = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
})
|
||||
|
||||
-- Icon picker
|
||||
use({
|
||||
"ziontee113/icon-picker.nvim",
|
||||
requires = {
|
||||
"stevearc/dressing.nvim",
|
||||
},
|
||||
})
|
||||
|
||||
-- Treesitter
|
||||
use({
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
require("icon-picker").setup({
|
||||
disable_legacy_commands = true,
|
||||
})
|
1
.config/nvim/lua/plugins/todo-comments.lua
Normal file
1
.config/nvim/lua/plugins/todo-comments.lua
Normal file
|
@ -0,0 +1 @@
|
|||
require("todo-comments").setup()
|
|
@ -1 +0,0 @@
|
|||
require("todo").setup()
|
Loading…
Reference in a new issue