Compare commits
No commits in common. "702687276a647241159703ec9a23f0da75d7fd59" and "5868d34775b573f4f16eae1a5ae1c7508972a661" have entirely different histories.
702687276a
...
5868d34775
@ -1,4 +1,3 @@
|
|||||||
-- Disable autocomplete on enter.
|
|
||||||
return {
|
return {
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
-- Disable some unneeded plugins by default.
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvimdev/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
-- Disable inline hints by default.
|
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
-- Only show important notifications.
|
|
||||||
return {
|
|
||||||
{
|
|
||||||
"rcarriga/nvim-notify",
|
|
||||||
opts = {
|
|
||||||
level = 3,
|
|
||||||
render = "minimal",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user