feat: update nvim config
Some checks failed
Container build / container-build (push) Failing after 1m21s
Some checks failed
Container build / container-build (push) Failing after 1m21s
This commit is contained in:
@@ -3,14 +3,9 @@ return {
|
||||
{
|
||||
-- Disable the dashboard.
|
||||
"folke/snacks.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.dashboard = { enabled = false }
|
||||
end,
|
||||
},
|
||||
{
|
||||
-- Disable the bufferline.
|
||||
"bufferline.nvim",
|
||||
enabled = false,
|
||||
opts = {
|
||||
dashboard = { enabled = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
-- Disable inline hints by default.
|
||||
@@ -19,4 +14,8 @@ return {
|
||||
inlay_hints = { enabled = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Disable unused plugins.
|
||||
{ "flash.nvim", enabled = false },
|
||||
{ "bufferline.nvim", enabled = false },
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
-- Configure lsp settings.
|
||||
return {
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "default",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user