mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-24 16:28:59 -05:00
Compare commits
2 Commits
9a223b941b
...
01617c6eb0
Author | SHA1 | Date | |
---|---|---|---|
01617c6eb0 | |||
ffaa25da54 |
@ -25,6 +25,7 @@
|
||||
enable_statusline_display_mode = false
|
||||
bootstrap_before = 'guifont#setfont'
|
||||
guifont = "FuraMono Nerd Font:h18"
|
||||
autocomplete_method = "coc"
|
||||
|
||||
# Enable autocomplete layer
|
||||
[[layers]]
|
||||
@ -51,11 +52,16 @@ name = "sudo"
|
||||
|
||||
[[layers]]
|
||||
name = "lsp"
|
||||
enabled_clients = ["pylsp", "rls", "bashls", "vimls"]
|
||||
filetypes = [
|
||||
"rust"
|
||||
"python",
|
||||
"rust",
|
||||
"sh",
|
||||
"vim"
|
||||
]
|
||||
[layers.override_cmd]
|
||||
rust = ["rls"]
|
||||
python = ["pyls"]
|
||||
|
||||
[[layers]]
|
||||
name = "lang#python"
|
||||
|
Loading…
Reference in New Issue
Block a user