Skip to content

Commit

Permalink
Remove null-ls.nvim
Browse files Browse the repository at this point in the history
Closes #138.
  • Loading branch information
dietrichm committed Sep 3, 2023
1 parent 8a963a8 commit 78f1e6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Plug 'justinmk/molokai'
Plug 'SirVer/ultisnips'
Plug 'neovim/nvim-lspconfig'
Plug('nvim-treesitter/nvim-treesitter', { ['do'] = ':TSUpdate' })
Plug 'jose-elias-alvarez/null-ls.nvim'
Plug 'Raimondi/delimitMate'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-commentary'
Expand Down
9 changes: 0 additions & 9 deletions nvim/.config/nvim/lua/dietrichm/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,3 @@ lspconfig.lua_ls.setup {
},
},
}

local null_ls = require('null-ls')

null_ls.setup {
on_attach = on_attach,
sources = {
null_ls.builtins.formatting.pint,
}
}

0 comments on commit 78f1e6c

Please sign in to comment.