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