feat: update config
This commit is contained in:
parent
5e3d7ca7fb
commit
9a20313beb
@ -1 +1 @@
|
||||
vim.o.textwidth = 60
|
||||
vim.o.relativenumber = false
|
||||
|
@ -1,6 +0,0 @@
|
||||
return {
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
10
config/nvim/plugins/disabled.lua
Normal file
10
config/nvim/plugins/disabled.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"bufferline.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user