chore: [NVIM] updated nvim config with some stuff
has tmux line integrated
This commit is contained in:
parent
e99443160e
commit
e623bf4432
6 changed files with 27 additions and 46 deletions
|
@ -54,6 +54,10 @@ lazy.setup({
|
|||
})
|
||||
end
|
||||
},
|
||||
|
||||
'vimpostor/vim-tpipeline',
|
||||
|
||||
|
||||
--Python notebooks
|
||||
{
|
||||
'luk400/vim-jukit',
|
||||
|
@ -121,21 +125,6 @@ lazy.setup({
|
|||
end
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue