This commit is contained in:
2026-03-23 21:09:43 -04:00
parent 42ab91df33
commit 03ef37c25b
2 changed files with 12 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
[mkdnflow](https://github.com/jakewvincent/mkdnflow.nvim)<br>
[hml](https://github.com/mawkler/hml.nvim)<br>
[typst-preview](https://github.com/al-kot/typst-preview.nvim)<br>
[Oil](https://github.com/stevearc/oil.nvim)<br>
### LSP
[lspconfig](https://github.com/neovim/nvim-lspconfig/)<br>

View File

@@ -151,6 +151,13 @@
comment.enable = true;
sleuth.enable = true;
oil = {
enable = true;
settings = {
default_file_explorer = false;
};
};
rustaceanvim = {
enable = !light;
settings = {
@@ -259,6 +266,10 @@
action = "<Cmd>Neotree toggle right<CR>";
key = "<leader>f";
}
{
action = "<Cmd>Oil<CR>";
key = "<leader>g";
}
{
action = "<Cmd>Neogit<CR>";
key = "<C-g>";