diff options
Diffstat (limited to 'nvim/lsp/stylua3p_ls.lua')
| -rwxr-xr-x | nvim/lsp/stylua3p_ls.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/stylua3p_ls.lua b/nvim/lsp/stylua3p_ls.lua deleted file mode 100755 index 9bd7d76..0000000 --- a/nvim/lsp/stylua3p_ls.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- https://github.com/antonk52/lua-3p-language-servers ---- ---- 3rd party Language Server for Stylua lua formatter -return { - cmd = { 'stylua-3p-language-server' }, - filetypes = { 'lua' }, - root_markers = { '.stylua.toml', 'stylua.toml' }, -} |
