Set nvim as default editor
This commit is contained in:
parent
e4b3bc7489
commit
226ecaaad6
|
@ -5,9 +5,9 @@
|
|||
- git
|
||||
- htop
|
||||
- lm-sensors
|
||||
- neovim
|
||||
- rxvt-unicode
|
||||
- tmux
|
||||
- vim-nox
|
||||
- zsh
|
||||
state: present
|
||||
|
||||
|
@ -16,6 +16,11 @@
|
|||
name: x-terminal-emulator
|
||||
path: /usr/bin/urxvt
|
||||
|
||||
- name: set neovom as default editor
|
||||
alternatives:
|
||||
name: editor
|
||||
path: /usr/bin/nvim
|
||||
|
||||
- name: set persistent journal
|
||||
ini_file:
|
||||
path: /etc/systemd/journald.conf
|
||||
|
|
Reference in a new issue