diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 23:11:08 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-01 23:11:08 +0100 |
commit | df166c3b8b075a3444dd88215320aa7fbaa55ed5 (patch) | |
tree | 112db3241a2cde7fbc7f0837a2f1ab5d302fa8f9 /lua/kickstart/plugins/lspconfig.lua | |
parent | b650582c60755e3ade2866665f710f07e91022de (diff) | |
parent | 94a93643ab76f92435de2db21a41f6476894f8b3 (diff) |
Merge 'upstream/master' chore: fix typos
Diffstat (limited to 'lua/kickstart/plugins/lspconfig.lua')
-rw-r--r-- | lua/kickstart/plugins/lspconfig.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index 04564fb..4ec78f9 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -35,7 +35,7 @@ return { -- Neovim. This is where `mason` and related plugins come into play. -- -- If you're wondering about lsp vs treesitter, you can check out the wonderfully - -- and elegantly composed help section, :help lsp-vs-treesitter + -- and elegantly composed help section, `:help lsp-vs-treesitter` -- This function gets run when an LSP attaches to a particular buffer. -- That is to say, every time a new file is opened that is associated with |