mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +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
|
||||
:rktd :racket
|
||||
;; 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))
|
||||
|
||||
(tset lsp-configs :cl-lsp {:default_config {:cmd [:cl-lsp]
|
||||
:filetypes [:lisp]
|
||||
:filetypes [:lisp :commonlisp]
|
||||
:root_dir lspc.util.find_git_ancestor
|
||||
:single_file_support true}
|
||||
:settings {}})
|
||||
|
|
Loading…
Reference in a new issue