diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:01:59 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:01:59 +0100 |
| commit | c6293c28f879b5f9b130dbd3eba19caa8c7a3362 (patch) | |
| tree | a872334f202c5384a002f9cb4cb11eec945b4e19 /lua | |
| parent | c8257b7161b2004d9d4fdae2af73b48b327f4487 (diff) | |
removed duplicate entries in plugins.lua
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/lsp/null-ls.lua | 2 | ||||
| -rw-r--r-- | lua/user/plugins.lua | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lua/user/lsp/null-ls.lua b/lua/user/lsp/null-ls.lua index b261418..cb02d76 100644 --- a/lua/user/lsp/null-ls.lua +++ b/lua/user/lsp/null-ls.lua @@ -1,6 +1,4 @@ local null_ls_status_ok, null_ls = pcall(require, "null-ls") -if not null_ls_status_ok then - return -- https://github.com/jose-elias-alvarez/null-ls.nvim/tree/main/lua/null-ls/builtins/formatting local formatting = null_ls.builtins.formatting diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 1af5c97..211cdd3 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -46,8 +46,6 @@ return packer.startup(function(use) use "nvim-lua/plenary.nvim" -- Useful lua functions used ny lots of plugins use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter use "numToStr/Comment.nvim" -- Easily comment stuff - use "kyazdani42/nvim-web-devicons" - use "kyazdani42/nvim-tree.lua" use "akinsho/bufferline.nvim" use "moll/vim-bbye" use 'nvim-lualine/lualine.nvim' |
