chore: [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 e99443160e
commit e623bf4432
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
6 changed files with 27 additions and 46 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",