diff options
| author | 2025-03-06 20:54:40 +0300 | |
|---|---|---|
| committer | 2025-03-06 20:54:40 +0300 | |
| commit | 1fa7dd0709e3372dfa9d547a23ea441fdaf32630 (patch) | |
| tree | b9381078e962961beb57a2be3b629ca4d377f631 /lua/config/lsp.lua | |
| parent | feat: add `notify` extension to `telescope` (diff) | |
| download | neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.tar.gz neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.tar.bz2 neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.tar.lz neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.tar.xz neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.tar.zst neovim-configuration-1fa7dd0709e3372dfa9d547a23ea441fdaf32630.zip | |
feat: finally working LSP
Diffstat (limited to '')
| -rw-r--r-- | lua/config/lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua new file mode 100644 index 0000000..c8444ef --- /dev/null +++ b/lua/config/lsp.lua @@ -0,0 +1 @@ +vim.lsp.enable("lua-language-server") |
