···44 home.packages = [
55 pkgs.enpass
6677- pkgs.jetbrains.phpstorm # Mainly using neovim, but for some work stuff still needed
87 pkgs.obsidian # Notes taking app
98109 pkgs.mpv # Music streaming
1110 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
1212-1313- pkgs.wasistlos # Whatsapp for linux
14111512 pkgs.teams-for-linux # Teams; Need that for school and work
1613
···1212 pkgs.mpv # Music streaming
1313 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
14141515- pkgs.wasistlos # Whatsapp for linux
1616-1715 pkgs.teams-for-linux # Teams; Need that for school and work
1816 #pkgs.ciscoPacketTracer8 # Cisco software that I need for school
1917
+1
modules/home/cli/neovim/default.nix
···3535 ./social.nix
3636 ];
37373838+ # Neovim should be used as a lightweigt editor (used for small changes)
3839 options.sylveon.cli.neovim = {
3940 enable = mkOpt bool false "vim editor, only better";
4041 anonymous = mkOpt bool false "If the file data should be anonymous to people (e.g discord rpc)";
···11+" You can find a list of commands here: https://jb.gg/h38q75
22+" Find more examples here: https://jb.gg/share-ideavimrc
33+44+source ~/.vimrc
55+66+" Keymaps just for jetbrains ide
77+map <C-N> <A>1<CR>
88+99+" Move around tabs
1010+map <A-l> :tabnext<cr>
1111+map <A-h> :tabNext<cr>
1212+1313+1414+" Enabling Plugins
1515+Plug 'tpope/vim-commentary' " Commentary plugin
1616+Plug 'machakann/vim-highlightedyank' " Highlight copied text