This website requires JavaScript.
Explore
Help
Register
Sign in
relms
/
neovim-config
Archived
Watch
0
Star
0
Fork
You've already forked neovim-config
0
Code
Activity
This repository has been archived on
2024-02-06
. You can view files and clone it, but cannot push or open issues or pull requests.
074b9ebb76
neovim-config
/
lua
/
plugins
/
configs
/
lsp
/
lspsaga.lua
4 lines
54 B
Lua
Raw
Normal View
History
Unescape
Escape
rewrite config from scratch (#1) Makes all the plugins lazyload, remove plugins with duplicate uses and just general nit picks and improvements Reviewed-on: https://code.relms.dev/Relms/neovim-config/pulls/1
2022-09-02 17:42:32 +00:00
local
lspsaga
=
require
(
"
lspsaga
"
)
fix lspsaga deprications
2023-01-20 04:14:54 +00:00
lspsaga.setup
(
{
}
)
Copy permalink