updated neovim lsp config
This commit is contained in:
parent
3b8ef2383f
commit
0af1d2ba9c
7 changed files with 97 additions and 21 deletions
5
dot_config/nvim/snippets/rust.snippets
Normal file
5
dot_config/nvim/snippets/rust.snippets
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
snippet fn "Function definition"
|
||||
/// ${4}
|
||||
fn ${1:function_name}(${2})${3} {
|
||||
${0}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue