chore(nvim): replace nvim-tmux-navigator with smart-splits

This commit is contained in:
Afonso Franco 2024-10-05 13:07:39 +01:00
parent 2bbd8da9c4
commit e060107af5
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 16 additions and 13 deletions

View file

@ -219,8 +219,8 @@ return {
},
{
'mrcjkb/rustaceanvim',
version = '^5', -- Recommended
lazy = false, -- This plugin is already lazy
version = '^5',
lazy = false
},
{
"stevearc/conform.nvim",