Compare commits
4 Commits
v1.3.1
..
caf75eb73d
| Author | SHA1 | Date | |
|---|---|---|---|
| caf75eb73d | |||
| 089fcab83b | |||
| bb6cd297c2 | |||
| 620574ea19 |
@@ -1,21 +0,0 @@
|
||||
return {
|
||||
"nvim-neorg/neorg",
|
||||
lazy = false,
|
||||
version = "*",
|
||||
config = function()
|
||||
require("neorg").setup({
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.concealer"] = {},
|
||||
["core.dirman"] = {
|
||||
config = {
|
||||
workspaces = {
|
||||
notes = "~/notes",
|
||||
},
|
||||
default_workspace = "notes",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
@@ -10,6 +10,6 @@ config.enable_tab_bar = false
|
||||
config.initial_cols = 205
|
||||
config.initial_rows = 45
|
||||
config.font_size = 10
|
||||
config.default_prog = { "tmux", "new-session" }
|
||||
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
|
||||
|
||||
return config
|
||||
|
||||
@@ -17,9 +17,6 @@ alias cat="bat"
|
||||
# Alias cd to z for zoxide
|
||||
alias cd="z"
|
||||
|
||||
# Alias vim to nvim
|
||||
alias vim="nvim"
|
||||
|
||||
############### END ALIASES ###############
|
||||
|
||||
############### BEGIN EXPORTS #############
|
||||
|
||||
Reference in New Issue
Block a user