nvim: plugins: Enable support for guile
This commit is contained in:
parent
8943ecf656
commit
3b2e3adee1
2 changed files with 3 additions and 2 deletions
1
nvim/.config/nvim/after/plugin/conjure.vim
Normal file
1
nvim/.config/nvim/after/plugin/conjure.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
let g:conjure#client#guile#socket#pipename = "/tmp/guile-repl.socket"
|
|
@ -139,12 +139,12 @@ local init = function ()
|
||||||
use {
|
use {
|
||||||
'Olical/conjure',
|
'Olical/conjure',
|
||||||
tag = 'v4.15.0',
|
tag = 'v4.15.0',
|
||||||
ft = { 'fennel', 'racket' }
|
ft = { 'fennel', 'racket', 'scheme', 'scheme.guile' }
|
||||||
}
|
}
|
||||||
use {
|
use {
|
||||||
'guns/vim-sexp',
|
'guns/vim-sexp',
|
||||||
'tpope/vim-sexp-mappings-for-regular-people',
|
'tpope/vim-sexp-mappings-for-regular-people',
|
||||||
ft = { 'fennel', 'racket', 'scheme' }
|
ft = { 'fennel', 'racket', 'scheme', 'scheme.guile' }
|
||||||
}
|
}
|
||||||
use 'wlangstroth/vim-racket'
|
use 'wlangstroth/vim-racket'
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in a new issue