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
|
||||
bootstrap_before = 'guifont#setfont'
|
||||
guifont = "FuraMono Nerd Font:h18"
|
||||
autocomplete_method = "coc"
|
||||
|
||||
# Enable autocomplete layer
|
||||
[[layers]]
|
||||
|
|
@ -52,7 +53,10 @@ name = "sudo"
|
|||
[[layers]]
|
||||
name = "lsp"
|
||||
filetypes = [
|
||||
"rust"
|
||||
"python",
|
||||
"rust",
|
||||
"sh",
|
||||
"vim"
|
||||
]
|
||||
[layers.override_cmd]
|
||||
rust = ["rls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue