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.
f0f214c43b
neovim-config
/
lua
/
plugins
/
configs
/
lsp
/
manual.lua
4 lines
67 B
Lua
Raw
Normal View
History
Unescape
Escape
add bufferline and add a manual way of adding lsp servers (mostly for nixos)
2023-02-02 09:37:04 +00:00
local
lspconfig
=
require
(
"
lspconfig
"
)
fix deprications and use ts rainbow2 instead
2023-03-09 16:26:22 +00:00
lspconfig.lua_ls
.
setup
(
{
}
)
Copy permalink