mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 10:08:30 +00:00
add neovim plugin (#59)
This commit is contained in:
parent
d9d0f4ee87
commit
accb8fdfb4
8 changed files with 176 additions and 65 deletions
10
lazy.lua
Normal file
10
lazy.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"joshuadavidthomas/django-language-server",
|
||||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
config = function(plugin, opts)
|
||||
vim.opt.rtp:append(plugin.dir .. "/editors/nvim")
|
||||
require("djls").setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue