mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added ruby provider for neovim
This commit is contained in:
@@ -19,6 +19,9 @@ if status is-interactive
|
|||||||
# Alias for the ls command
|
# Alias for the ls command
|
||||||
alias ls="eza --icons --long --classify"
|
alias ls="eza --icons --long --classify"
|
||||||
|
|
||||||
|
# Add ruby in the global path for Neovim
|
||||||
|
fish_add_path ~/.local/share/gem/ruby/3.0.0/bin
|
||||||
|
|
||||||
# configuration for Oh My Fish BobTheFish theme
|
# configuration for Oh My Fish BobTheFish theme
|
||||||
set -g theme_display_git yes
|
set -g theme_display_git yes
|
||||||
set -g theme_display_git_dirty yes
|
set -g theme_display_git_dirty yes
|
||||||
|
|||||||
@@ -393,6 +393,16 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: python-neovim
|
name: python-neovim
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Ruby for Neovim
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: ruby
|
||||||
|
state: present
|
||||||
|
- name: Install Ruby Gem for Neovim
|
||||||
|
become: true
|
||||||
|
gem:
|
||||||
|
name: neovim
|
||||||
|
state: present
|
||||||
- name: Install Helix editor
|
- name: Install Helix editor
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user