system changed

This commit is contained in:
ggodot 2025-01-04 23:20:55 +01:00
parent c4a2100f8d
commit 66fe378a15
2 changed files with 5 additions and 5 deletions

View File

@ -43,4 +43,4 @@ wl-clipboard ripgrep
## Ideas to do ## Ideas to do
- multiple buffers open in one widnow (posible with vim "<C-w>+v") - multiple buffers open in one widnow (posible with vim "<C-w>+v")
- move lualine on the top - move lualine on the top (https://www.reddit.com/r/neovim/comments/18nj7xr/lualine_is_always_at_the_top_how_to_get_it_to_the/)

View File

@ -21,19 +21,19 @@ return {
workspaces = { workspaces = {
{ {
name = "Notes", name = "Notes",
path = "~/Nextcloud/Notes", path = "~/Notes",
}, },
{ {
name = "Skola", name = "Skola",
path = "/home/godot/Nextcloud/Notes/Skola", path = "/home/godot/Notes/Skola",
}, },
{ {
name = "RPG", name = "RPG",
path = "/home/godot/Nextcloud/Notes/RPG", path = "/home/godot/Notes/RPG",
}, },
{ {
name = "Tech", name = "Tech",
path = "/home/godot/Nextcloud/Notes/Tech", path = "/home/godot/Notes/Tech",
}, },
}, },