···4 home.packages = [
5 pkgs.enpass
67- pkgs.jetbrains.phpstorm # Mainly using neovim, but for some work stuff still needed
8 pkgs.obsidian # Notes taking app
910 pkgs.mpv # Music streaming
11 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
12-13- pkgs.wasistlos # Whatsapp for linux
1415 pkgs.teams-for-linux # Teams; Need that for school and work
16
···4 home.packages = [
5 pkgs.enpass
607 pkgs.obsidian # Notes taking app
89 pkgs.mpv # Music streaming
10 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
001112 pkgs.teams-for-linux # Teams; Need that for school and work
13
···12 pkgs.mpv # Music streaming
13 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
1415- pkgs.wasistlos # Whatsapp for linux
16-17 pkgs.teams-for-linux # Teams; Need that for school and work
18 #pkgs.ciscoPacketTracer8 # Cisco software that I need for school
19
···12 pkgs.mpv # Music streaming
13 inputs'.tidaLuna.packages.default # Music Streaming Service (injected)
140015 pkgs.teams-for-linux # Teams; Need that for school and work
16 #pkgs.ciscoPacketTracer8 # Cisco software that I need for school
17
+1
modules/home/cli/neovim/default.nix
···35 ./social.nix
36 ];
37038 options.sylveon.cli.neovim = {
39 enable = mkOpt bool false "vim editor, only better";
40 anonymous = mkOpt bool false "If the file data should be anonymous to people (e.g discord rpc)";
···35 ./social.nix
36 ];
3738+ # Neovim should be used as a lightweigt editor (used for small changes)
39 options.sylveon.cli.neovim = {
40 enable = mkOpt bool false "vim editor, only better";
41 anonymous = mkOpt bool false "If the file data should be anonymous to people (e.g discord rpc)";
···1+" You can find a list of commands here: https://jb.gg/h38q75
2+" Find more examples here: https://jb.gg/share-ideavimrc
3+4+source ~/.vimrc
5+6+" Keymaps just for jetbrains ide
7+map <C-N> <A>1<CR>
8+9+" Move around tabs
10+map <A-l> :tabnext<cr>
11+map <A-h> :tabNext<cr>
12+13+14+" Enabling Plugins
15+Plug 'tpope/vim-commentary' " Commentary plugin
16+Plug 'machakann/vim-highlightedyank' " Highlight copied text