feat: update config

This commit is contained in:
Job 2024-09-24 19:24:17 +02:00
parent 5e3d7ca7fb
commit 9a20313beb
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U
3 changed files with 11 additions and 7 deletions

View File

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

View File

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

View File

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