update neotree, theme, add dashboard and auto command
This commit is contained in:
parent
7a7072adfe
commit
beb019f6fa
6 changed files with 110 additions and 38 deletions
11
config/auto_cmds.nix
Normal file
11
config/auto_cmds.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
autoCmd = [
|
||||
{
|
||||
group = "highlight_yank";
|
||||
callback = ''
|
||||
function()
|
||||
vim.highlight.on_yank()
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue