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>
|
[mkdnflow](https://github.com/jakewvincent/mkdnflow.nvim)<br>
|
||||||
[hml](https://github.com/mawkler/hml.nvim)<br>
|
[hml](https://github.com/mawkler/hml.nvim)<br>
|
||||||
[typst-preview](https://github.com/al-kot/typst-preview.nvim)<br>
|
[typst-preview](https://github.com/al-kot/typst-preview.nvim)<br>
|
||||||
|
[Oil](https://github.com/stevearc/oil.nvim)<br>
|
||||||
|
|
||||||
### LSP
|
### LSP
|
||||||
[lspconfig](https://github.com/neovim/nvim-lspconfig/)<br>
|
[lspconfig](https://github.com/neovim/nvim-lspconfig/)<br>
|
||||||
|
|||||||
11
config.nix
11
config.nix
@@ -151,6 +151,13 @@
|
|||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
sleuth.enable = true;
|
sleuth.enable = true;
|
||||||
|
|
||||||
|
oil = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
default_file_explorer = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
rustaceanvim = {
|
rustaceanvim = {
|
||||||
enable = !light;
|
enable = !light;
|
||||||
settings = {
|
settings = {
|
||||||
@@ -259,6 +266,10 @@
|
|||||||
action = "<Cmd>Neotree toggle right<CR>";
|
action = "<Cmd>Neotree toggle right<CR>";
|
||||||
key = "<leader>f";
|
key = "<leader>f";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
action = "<Cmd>Oil<CR>";
|
||||||
|
key = "<leader>g";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
action = "<Cmd>Neogit<CR>";
|
action = "<Cmd>Neogit<CR>";
|
||||||
key = "<C-g>";
|
key = "<C-g>";
|
||||||
|
|||||||
Reference in New Issue
Block a user