update
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"friendly-snippets": { "branch": "main", "commit": "dbd45e9ba76d535e4cba88afa1b7aa43bb765336" },
|
||||
"gruvbox.nvim": { "branch": "main", "commit": "6e4027ae957cddf7b193adfaec4a8f9e03b4555f" },
|
||||
"harpoon": { "branch": "master", "commit": "ccae1b9bec717ae284906b0bf83d720e59d12b91" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "aedcd79811d491b60d0a6577a9c1701063c2a609" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "83493db50a434a4c5c648faf41e2ead80f96e478" },
|
||||
"lsp-zero.nvim": { "branch": "v2.x", "commit": "9a686513eaaa13d737d0fec8956a18268ead8b29" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "7d131a8d3ba5016229e8a1d08bf8782acea98852" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "60f6805b12a12e8a912aeb2f975dec1794a8994e" },
|
||||
|
||||
@@ -6,16 +6,21 @@ return {
|
||||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {}, -- Loads default behaviour
|
||||
["core.summary"] = {},
|
||||
["core.concealer"] = {}, -- Adds pretty icons to your documents
|
||||
["core.dirman"] = { -- Manages Neorg workspaces
|
||||
["core.summary"] = {},
|
||||
["core.tempus"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
work = "/mnt/c/Users/Josue/Documents/SLAC/notes/"
|
||||
workspaces = {
|
||||
work = "~/Documents/Slac/"
|
||||
},
|
||||
},
|
||||
},
|
||||
}, -- Manages Neorg workspaces
|
||||
["core.fs"] = {},
|
||||
["core.integrations.treesitter"] = {},
|
||||
["core.ui.calendar"] = {},
|
||||
},
|
||||
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
@@ -92,8 +92,8 @@ set ruler
|
||||
set wrap
|
||||
|
||||
set showbreak=↳\ \
|
||||
set textwidth=80
|
||||
set colorcolumn=-2
|
||||
set textwidth=79
|
||||
set colorcolumn=81
|
||||
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
Reference in New Issue
Block a user