Skip to content

Commit

Permalink
remove lsp-basics
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jun 26, 2024
1 parent 3143315 commit 2e6dfbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .config/nvim/lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ M.dependencies = {
},
},
'williamboman/mason-lspconfig.nvim',
'nanotee/nvim-lsp-basics',
{
'j-hui/fidget.nvim',
config = function()
Expand Down
2 changes: 0 additions & 2 deletions .config/nvim/lua/user/lsp/on-attach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ local default_on_attach = function(client, bufnr)
-----------------------
-- Plugins on-attach --
-----------------------
local basics = require 'lsp_basics'
basics.make_lsp_commands(client, bufnr)
require('user.lsp.formatting').setup(client, bufnr)

------------------
Expand Down

0 comments on commit 2e6dfbc

Please sign in to comment.