Compare commits
3 Commits
caf75eb73d
..
v1.3.1
| Author | SHA1 | Date | |
|---|---|---|---|
| c6dc487eac | |||
| d2af86a011 | |||
| 2f96f042ba |
@@ -0,0 +1,21 @@
|
|||||||
|
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_cols = 205
|
||||||
config.initial_rows = 45
|
config.initial_rows = 45
|
||||||
config.font_size = 10
|
config.font_size = 10
|
||||||
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
|
config.default_prog = { "tmux", "new-session" }
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
@@ -17,6 +17,9 @@ alias cat="bat"
|
|||||||
# Alias cd to z for zoxide
|
# Alias cd to z for zoxide
|
||||||
alias cd="z"
|
alias cd="z"
|
||||||
|
|
||||||
|
# Alias vim to nvim
|
||||||
|
alias vim="nvim"
|
||||||
|
|
||||||
############### END ALIASES ###############
|
############### END ALIASES ###############
|
||||||
|
|
||||||
############### BEGIN EXPORTS #############
|
############### BEGIN EXPORTS #############
|
||||||
|
|||||||
Reference in New Issue
Block a user