nvim: plugins: Enable support for guile

This commit is contained in:
Sanchayan Maity 2021-03-10 20:51:03 +05:30
parent 8943ecf656
commit 3b2e3adee1
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
let g:conjure#client#guile#socket#pipename = "/tmp/guile-repl.socket"

View File

@ -139,12 +139,12 @@ local init = function ()
use {
'Olical/conjure',
tag = 'v4.15.0',
ft = { 'fennel', 'racket' }
ft = { 'fennel', 'racket', 'scheme', 'scheme.guile' }
}
use {
'guns/vim-sexp',
'tpope/vim-sexp-mappings-for-regular-people',
ft = { 'fennel', 'racket', 'scheme' }
ft = { 'fennel', 'racket', 'scheme', 'scheme.guile' }
}
use 'wlangstroth/vim-racket'
use {