Add config from linux conf
This commit is contained in:
parent
174d913f73
commit
6ba1596291
124 changed files with 3913 additions and 2 deletions
11
dot_config/nvim/lua/plugins/lspconfig/init.lua
Normal file
11
dot_config/nvim/lua/plugins/lspconfig/init.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
local function init()
|
||||
call_with_helpers(require('plugins.lspconfig.lua').init)
|
||||
call_with_helpers(require('plugins.lspconfig.rust').init)
|
||||
call_with_helpers(require('plugins.lspconfig.typescript').init)
|
||||
call_with_helpers(require('plugins.lspconfig.ruby').init)
|
||||
call_with_helpers(require('plugins.lspconfig.php').init)
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue