Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6600709
D2647.id6687.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2647.id6687.diff
View Options
diff --git a/roles/core/userland-software/files/tmux.conf b/roles/core/userland-software/files/tmux.conf
--- a/roles/core/userland-software/files/tmux.conf
+++ b/roles/core/userland-software/files/tmux.conf
@@ -64,3 +64,5 @@
set -g pane-border-style fg=colour241
set -g pane-active-border-style fg=colour238
+
+set -as terminal-features ",xterm-256color:RGB"
diff --git a/roles/devserver/userland-home/files/dereckson/.tmux.conf b/roles/devserver/userland-home/files/dereckson/.tmux.conf
--- a/roles/devserver/userland-home/files/dereckson/.tmux.conf
+++ b/roles/devserver/userland-home/files/dereckson/.tmux.conf
@@ -41,3 +41,5 @@
set -g pane-border-style fg=colour238
set -g pane-active-border-style fg=colour244
+
+set -as terminal-features ",xterm-256color:RGB"
diff --git a/roles/devserver/userland-software/dev.sls b/roles/devserver/userland-software/dev.sls
--- a/roles/devserver/userland-software/dev.sls
+++ b/roles/devserver/userland-software/dev.sls
@@ -144,6 +144,20 @@
- pkgs:
- memcached
+# -------------------------------------------------------------
+# Editors and IDE
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+devserver_software_vim:
+ pkg.installed:
+ - pkgs:
+ # Vim itself is already declared in core role.
+ # FreeBSD also offers nvi in base system.
+
+ # Neovim
+ - neovim
+ - {{ packages_prefixes.python3 }}pynvim
+
# -------------------------------------------------------------
# Tools like code review utilities
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 00:29 (3 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2547023
Default Alt Text
D2647.id6687.diff (1 KB)
Attached To
Mode
D2647: Allow to run Vim, Neovim and SpaceVim
Attached
Detach File
Event Timeline
Log In to Comment