Fixing typos
This commit is contained in:
parent
323d60bf9f
commit
a8795bad08
4
ctags.md
4
ctags.md
@ -12,7 +12,7 @@ return {"neovim/nvim-lspconfig",
|
|||||||
vim.lsp.config("ctags-lsp", {
|
vim.lsp.config("ctags-lsp", {
|
||||||
filetypes = { "c,h,cc,cpp,hh,hpp" }, -- Or whatever language you want to use it for
|
filetypes = { "c,h,cc,cpp,hh,hpp" }, -- Or whatever language you want to use it for
|
||||||
})
|
})
|
||||||
vim.lsp.enable("ctags_lsp")
|
vim.lsp.enable("ctags-lsp")
|
||||||
end,
|
end,
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
@ -31,7 +31,7 @@ lua << EOF
|
|||||||
vim.lsp.config("ctags-lsp", {
|
vim.lsp.config("ctags-lsp", {
|
||||||
filetypes = { "c,h,cc,cpp,hh,hpp" }, -- Or whatever language you want to use it for
|
filetypes = { "c,h,cc,cpp,hh,hpp" }, -- Or whatever language you want to use it for
|
||||||
})
|
})
|
||||||
vim.lsp.enable("ctags_lsp")
|
vim.lsp.enable("ctags-lsp")
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user