summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaan <daanrongen@Hotmail.com>2023-08-06 16:27:05 +0100
committerGitHub <noreply@github.com>2023-08-06 16:27:05 +0100
commit3bf0ff0ea71d8eeb6a958f58488a15cad9023231 (patch)
treef21fc1e3d034349fd3bb8d5bf42ec8154e3a7999
parent2e091f7308b323ea7e1a24fb26885577d3f009d8 (diff)
downloaddots-3bf0ff0ea71d8eeb6a958f58488a15cad9023231.tar.gz
fix: missing comma
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index f5389e4..1192c46 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -171,7 +171,7 @@ require('lazy').setup({
'nvim-telescope/telescope.nvim',
branch = '0.1.x',
dependencies = {
- 'nvim-lua/plenary.nvim'
+ 'nvim-lua/plenary.nvim',
-- Fuzzy Finder Algorithm which requires local dependencies to be built.
-- Only load if `make` is available. Make sure you have the system
-- requirements installed.