Adding .gitignore and updating readme file

This commit is contained in:
Tobias 2025-05-11 22:12:11 +02:00
parent f763f914c7
commit 739b0ad24d
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
lazy-lock.json

View File

@ -26,3 +26,6 @@ This is a simple starter config for neovim, there is a few plugins for changing
### Note: ### Note:
To use the ansiblels LSP, you need either vs code installed or npm installed. May well be that vs code installs and uses npm to install the ansiblels LSP To use the ansiblels LSP, you need either vs code installed or npm installed. May well be that vs code installs and uses npm to install the ansiblels LSP
There is also some remaps that I could not image going back to not using, since they make life a lot eaiser and better when it comes to working in files. There is also some remaps that I could not image going back to not using, since they make life a lot eaiser and better when it comes to working in files.
There has been added remaps for tabs, <leader>ct creates a new tab, <leader>qt closes a tab. If you are in netrw you can press t on a file to open it in a tab.
You can jump between tabs with gt, if you want to jump to a spesific tab you can use fx 2gt, to go to tab 2