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