Add oil
This commit is contained in:
@@ -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>
|
||||
|
||||
11
config.nix
11
config.nix
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user