home/nixvim | tweaks
This commit is contained in:
parent
f5084b31b3
commit
fae07a4b19
1 changed files with 9 additions and 3 deletions
|
|
@ -17,14 +17,15 @@
|
||||||
action = ":LazyGit<CR>";
|
action = ":LazyGit<CR>";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>/";
|
key = "<leader>gl";
|
||||||
action = "gcc";
|
action = ":LazyGitLog<CR>";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
# colorschemes.dracula.enable = true;
|
# colorschemes.dracula.enable = true;
|
||||||
colorschemes.catppuccin.enable = true;
|
colorschemes.catppuccin.enable = true;
|
||||||
|
extraConfigLuaPost = "vim.opt.conceallevel = 2";
|
||||||
plugins = {
|
plugins = {
|
||||||
airline.enable = true;
|
airline.enable = true;
|
||||||
alpha = {
|
alpha = {
|
||||||
|
|
@ -42,7 +43,7 @@
|
||||||
friendly-snippets.enable = true;
|
friendly-snippets.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
indent-blankline.enable = true;
|
indent-blankline.enable = true;
|
||||||
lazy.enable = true;
|
lz-n.enable = true;
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
lsp = {
|
lsp = {
|
||||||
servers = {
|
servers = {
|
||||||
|
|
@ -66,6 +67,10 @@
|
||||||
obsidian = {
|
obsidian = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
legacy_commands = false;
|
||||||
|
templates = {
|
||||||
|
subdir = "Templates";
|
||||||
|
};
|
||||||
daily_notes = {
|
daily_notes = {
|
||||||
date_format = "%Y-%m-%d";
|
date_format = "%Y-%m-%d";
|
||||||
folder = "Daily";
|
folder = "Daily";
|
||||||
|
|
@ -83,6 +88,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
project-nvim.enable = true;
|
project-nvim.enable = true;
|
||||||
|
snacks.enable = true;
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue