Add indent commands

This commit is contained in:
Saeed Afzal
2023-11-27 09:40:31 +00:00
parent 08651e104a
commit 80c35860d5
4 changed files with 73 additions and 27 deletions

18
lua/plugins/neorg.lua Normal file
View File

@@ -0,0 +1,18 @@
return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = "nvim-lua/plenary.nvim",
opts = {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.concealer"] = {}, -- Adds pretty icons to your documents
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "/Users/ghost/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
}
}
}
}
}
}

View File

@@ -42,6 +42,7 @@ local function config()
-- Spectre
r = {
name = "Spectre",
r = { "<cmd>lua require('spectre').open_file_search({select_word=true})<CR>", "Search & Replace" },
R = { "<cmd>lua require('spectre').toggle()<CR>", "Replace All" }
},