docs: add comments to config
This commit is contained in:
parent
5868d34775
commit
b11b9fd153
@ -1,3 +1,4 @@
|
|||||||
|
-- Disable autocomplete on enter.
|
||||||
return {
|
return {
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
-- Disable some unneeded plugins by default.
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvimdev/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
-- Disable inline hints by default.
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user