Swaped to coc for nvim
This commit is contained in:
parent
9a223b941b
commit
ffaa25da54
1 changed files with 5 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
enable_statusline_display_mode = false
|
enable_statusline_display_mode = false
|
||||||
bootstrap_before = 'guifont#setfont'
|
bootstrap_before = 'guifont#setfont'
|
||||||
guifont = "FuraMono Nerd Font:h18"
|
guifont = "FuraMono Nerd Font:h18"
|
||||||
|
autocomplete_method = "coc"
|
||||||
|
|
||||||
# Enable autocomplete layer
|
# Enable autocomplete layer
|
||||||
[[layers]]
|
[[layers]]
|
||||||
|
|
@ -52,7 +53,10 @@ name = "sudo"
|
||||||
[[layers]]
|
[[layers]]
|
||||||
name = "lsp"
|
name = "lsp"
|
||||||
filetypes = [
|
filetypes = [
|
||||||
"rust"
|
"python",
|
||||||
|
"rust",
|
||||||
|
"sh",
|
||||||
|
"vim"
|
||||||
]
|
]
|
||||||
[layers.override_cmd]
|
[layers.override_cmd]
|
||||||
rust = ["rls"]
|
rust = ["rls"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue