mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-16 06:52:10 +01:00
use commonlisp filetype for CL
This commit is contained in:
parent
8fdb019f50
commit
1e1f23e200
2 changed files with 4 additions and 2 deletions
|
@ -7,4 +7,6 @@
|
||||||
:rktl :racket
|
:rktl :racket
|
||||||
:rktd :racket
|
:rktd :racket
|
||||||
;; nvim doesn't know zon
|
;; nvim doesn't know zon
|
||||||
:zon :zig}})
|
:zon :zig
|
||||||
|
;; Default to Common Lisp instead of just using generic Lisp
|
||||||
|
:lisp :commonlisp}})
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
`((. lspc ,conf :setup) ,args))
|
`((. lspc ,conf :setup) ,args))
|
||||||
|
|
||||||
(tset lsp-configs :cl-lsp {:default_config {:cmd [:cl-lsp]
|
(tset lsp-configs :cl-lsp {:default_config {:cmd [:cl-lsp]
|
||||||
:filetypes [:lisp]
|
:filetypes [:lisp :commonlisp]
|
||||||
:root_dir lspc.util.find_git_ancestor
|
:root_dir lspc.util.find_git_ancestor
|
||||||
:single_file_support true}
|
:single_file_support true}
|
||||||
:settings {}})
|
:settings {}})
|
||||||
|
|
Loading…
Reference in a new issue