added some kakoune stuff
This commit is contained in:
parent
66e458bf08
commit
addf311852
9 changed files with 315 additions and 17 deletions
18
modules/gui/kakoune/kak-lsp.toml
Normal file
18
modules/gui/kakoune/kak-lsp.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[language.haskell]
|
||||
filetypes = ["haskell"]
|
||||
roots = ["Setup.hs", "stack.yaml", "*.cabal"]
|
||||
command = "haskell-language-server-wrapper"
|
||||
args = ["--lsp"]
|
||||
|
||||
[language.rust]
|
||||
filetypes = ["rust"]
|
||||
roots = ["Cargo.toml"]
|
||||
command = "rust-analyzer"
|
||||
settings_section = "rust-analyzer"
|
||||
[language.rust.settings.rust-analyzer]
|
||||
"proMacro.enable" = true
|
||||
|
||||
[language.nix]
|
||||
filetypes = ["nix"]
|
||||
roots = ["shell.nix", "default.nix", "home.nix", "flake.nix"]
|
||||
command = "rnix-lsp"
|
Loading…
Add table
Add a link
Reference in a new issue