mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-11 22:17:15 +00:00
Compare commits
No commits in common. "0003fcc5376f2025b472326bc81eb466229c6e60" and "0cc293be18cd086a12fb21fcffb3752557986fb6" have entirely different histories.
0003fcc537
...
0cc293be18
5 changed files with 2 additions and 14 deletions
|
|
@ -11,7 +11,6 @@
|
|||
environment:
|
||||
OPAMSWITCH: default
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: "Installing coq lsp: lsp install"
|
||||
ansible.builtin.command:
|
||||
|
|
@ -19,7 +18,6 @@
|
|||
environment:
|
||||
OPAMSWITCH: default
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: Downloading vscode coq lsp extension
|
||||
ansible.builtin.get_url:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
- name: installing hlint # TODO: install by cabal (?)
|
||||
become: true
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- hlint
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
when: "'haskell' in tools"
|
||||
|
||||
- name: OCaml dev environment
|
||||
ansible.builtin.import_tasks: ocaml.yml
|
||||
ansible.builtin.import_tasks: haskell.yml
|
||||
when: "'ocaml' in tools"
|
||||
|
||||
- name: Coq dev environment
|
||||
|
|
|
|||
|
|
@ -7,17 +7,10 @@
|
|||
- gmp-devel
|
||||
state: latest
|
||||
|
||||
- name: Initializing opam
|
||||
ansible.builtin.command:
|
||||
cmd: opam init
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: Creating opam default switch (5.3.0)
|
||||
- name: "Installing coq lsp: pin version"
|
||||
ansible.builtin.command:
|
||||
cmd: opam switch create default 5.3.0
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
# update fish path
|
||||
- name: Get programs list to check fish presence
|
||||
|
|
|
|||
|
|
@ -22,12 +22,10 @@ mouse = false
|
|||
"ret" = ":w"
|
||||
"S-left"="jump_view_left"
|
||||
"S-right"="jump_view_right"
|
||||
"A-ret" = ":pipe-to reple eval"
|
||||
|
||||
[keys.select]
|
||||
"ы" = "yank"
|
||||
"д" = "delete_selection"
|
||||
"A-ret" = ":pipe-to reple eval"
|
||||
|
||||
[keys.normal.space]
|
||||
l = ":toggle lsp.display-inlay-hints"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue