Cmd line and comments
This commit is contained in:
parent
0b1a44e7c0
commit
b5decabae0
5 changed files with 15 additions and 41 deletions
9
lua/custom/plugins/comments.lua
Normal file
9
lua/custom/plugins/comments.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return
|
||||
-- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins:
|
||||
{
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
return -- lazy.nvim
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
dependencies = {
|
||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||
"MunifTanjim/nui.nvim",
|
||||
-- OPTIONAL:
|
||||
-- `nvim-notify` is only needed, if you want to use the notification view.
|
||||
-- If not available, we use `mini` as the fallback
|
||||
"rcarriga/nvim-notify",
|
||||
}
|
||||
}
|
||||
|
|
@ -3,4 +3,6 @@ return {
|
|||
opts = {
|
||||
templates = { "builtin", "user.run_script" },
|
||||
},
|
||||
vim.keymap.set('n', '<space>or', '<Cmd>OverseerRun<CR>'),
|
||||
vim.keymap.set('n', '<C-O>', '<Cmd>OverseerToggle<CR>'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue