Fix package name bzip2
This commit is contained in:
parent
b7518547c6
commit
e129a4c8f6
@ -10,6 +10,7 @@
|
||||
telescope-nvim
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
lsp-zero-nvim
|
||||
(nvim-treesitter.withPlugins (p: [
|
||||
p.tree-sitter-nix
|
||||
p.tree-sitter-go
|
||||
|
@ -1,4 +1,3 @@
|
||||
-- Plugins
|
||||
require('lsp-zero')
|
||||
local lspconfig = require('lspconfig')
|
||||
lspconfig.gopls.setup({})
|
||||
require('lspconfig').gopls.setup({})
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Generic tools
|
||||
age
|
||||
btop
|
||||
bzip
|
||||
bzip2
|
||||
croc
|
||||
file
|
||||
go-task
|
||||
|
Loading…
Reference in New Issue
Block a user