feat: update config

This commit is contained in:
Job
2024-09-24 19:24:17 +02:00
parent 5e3d7ca7fb
commit 9a20313beb
3 changed files with 11 additions and 7 deletions
config/nvim

@@ -1 +1 @@
vim.o.textwidth = 60 vim.o.relativenumber = false

@@ -1,6 +0,0 @@
return {
{
"nvimdev/dashboard-nvim",
enabled = false,
},
}

@@ -0,0 +1,10 @@
return {
{
"nvimdev/dashboard-nvim",
enabled = false,
},
{
"bufferline.nvim",
enabled = false,
},
}