diff options
| author | DrNuget <drnuget@outlook.com> | 2026-02-05 09:41:03 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2026-02-05 09:41:03 +0200 |
| commit | 406a9f0ed5e14a9666f9fbfac0b998b9cda9dac7 (patch) | |
| tree | d5119f20f7871e643e5f86eb52fc4d41ef709d72 | |
| parent | 04a3f26599b079e792e1608a7b79603850c5f682 (diff) | |
| download | dotfiles-406a9f0ed5e14a9666f9fbfac0b998b9cda9dac7.tar.gz | |
vimrc fix typo
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 8884e5d..a88a044 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -215,7 +215,7 @@ require("pckr").add{ { "neovim/nvim-lspconfig", config = function() - vim.lsp.config("lua_ls", {})w + vim.lsp.config("lua_ls", {}) vim.lsp.config("clangd", { filetypes = {"c"}, |
