diff --git a/lua/newbim/plugins/color-schema.lua b/lua/newbim/plugins/color-schema.lua index 9c1df520..917f0b35 100644 --- a/lua/newbim/plugins/color-schema.lua +++ b/lua/newbim/plugins/color-schema.lua @@ -17,4 +17,3 @@ return { -- You can easily change to a different colorscheme. vim.cmd.hi 'Comment gui=none' end, } - diff --git a/lua/newbim/plugins/lsp.lua b/lua/newbim/plugins/lsp.lua index 791c2ed1..74de2681 100644 --- a/lua/newbim/plugins/lsp.lua +++ b/lua/newbim/plugins/lsp.lua @@ -85,11 +85,8 @@ return { -- LSP Configuration & Plugins -- - settings (table): Override the default settings passed when initializing the server. -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { - -- clangd = {}, gopls = {}, rust_analyzer = {}, - -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs - -- tsserver = {}, pyright = {}, lua_ls = { -- cmd = {...},