Improved neovim config

This commit is contained in:
Eduard Urbach 2023-08-22 16:51:35 +02:00
parent 383ebe0fba
commit cde253a0a9
Signed by: eduard
GPG key ID: 49226B848C78F6C8
9 changed files with 129 additions and 20 deletions

View file

@ -4,6 +4,9 @@ return {
dependencies = {
"nvim-tree/nvim-web-devicons",
},
keys = {
{ "<leader>e", function() require("nvim-tree.api").tree.toggle() end, desc = "Toggle files" },
},
opts = {
filesystem_watchers = {
enable = true,