Skip to content

Commit

Permalink
Rename sumneko_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencottontail committed Feb 25, 2023
1 parent 401f989 commit 3f85979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fnl/magic/init.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@
:hrsh7th/nvim-cmp {:mod :cmp}
:jiangmiao/auto-pairs {:mod :auto-pairs}
:lewis6991/impatient.nvim {}
:liuchengxu/vim-better-default {:mod :better-default}
:marko-cerovac/material.nvim {:mod :material}
:mbbill/undotree {:mod :undotree}
:neovim/nvim-lspconfig {:mod :lspconfig}
:nvim-lualine/lualine.nvim {:mod :lualine}
:nvim-telescope/telescope.nvim {:mod :telescope :requires [[:nvim-lua/popup.nvim] [:nvim-lua/plenary.nvim]]}
:radenling/vim-dispatch-neovim {}
:stephencottontail/nvim-colors {}
:stephencottontail/vim-colors {}
:tpope/vim-abolish {}
:tpope/vim-commentary {}
:tpope/vim-dispatch {}
Expand Down
2 changes: 1 addition & 1 deletion fnl/magic/plugin/lspconfig.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(when ok?
(lsp.clojure_lsp.setup {})
(lsp.tsserver.setup {})
(lsp.sumneko_lua.setup
(lsp.lua_ls.setup
{:cmd ["lua-language-server"]
:settings {:Lua {:telemetry {:enable false}}}})

Expand Down

0 comments on commit 3f85979

Please sign in to comment.