[NVIM] updated nvim config with some stuff

has tmux line integrated
This commit is contained in:
Afonso Franco 2024-02-22 11:32:07 +00:00
parent e41c17d3eb
commit d9fe451ad4
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
7 changed files with 60 additions and 83 deletions

View file

@ -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",