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>";
|
||||
}
|
||||
{
|
||||
key = "<leader>/";
|
||||
action = "gcc";
|
||||
key = "<leader>gl";
|
||||
action = ":LazyGitLog<CR>";
|
||||
}
|
||||
];
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
# colorschemes.dracula.enable = true;
|
||||
colorschemes.catppuccin.enable = true;
|
||||
extraConfigLuaPost = "vim.opt.conceallevel = 2";
|
||||
plugins = {
|
||||
airline.enable = true;
|
||||
alpha = {
|
||||
|
|
@ -42,7 +43,7 @@
|
|||
friendly-snippets.enable = true;
|
||||
gitsigns.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
lazy.enable = true;
|
||||
lz-n.enable = true;
|
||||
lazygit.enable = true;
|
||||
lsp = {
|
||||
servers = {
|
||||
|
|
@ -66,6 +67,10 @@
|
|||
obsidian = {
|
||||
enable = true;
|
||||
settings = {
|
||||
legacy_commands = false;
|
||||
templates = {
|
||||
subdir = "Templates";
|
||||
};
|
||||
daily_notes = {
|
||||
date_format = "%Y-%m-%d";
|
||||
folder = "Daily";
|
||||
|
|
@ -83,6 +88,7 @@
|
|||
};
|
||||
};
|
||||
project-nvim.enable = true;
|
||||
snacks.enable = true;
|
||||
telescope.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue