we
This commit is contained in:
parent
969cff6da9
commit
f454701cb6
3 changed files with 9 additions and 1 deletions
|
@ -30,7 +30,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
|
||||||
mason_null_ls.setup()
|
mason_null_ls.setup()
|
||||||
|
|
||||||
-- funny lsp config stuff
|
-- funny lsp config stuff
|
||||||
require('lspconfig').rnix.setup({
|
require('lspconfig').nil_ls.setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
})
|
})
|
||||||
|
|
8
packages/README.md
Normal file
8
packages/README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# What are these?
|
||||||
|
|
||||||
|
these are my own packages/fixed packages of other things
|
||||||
|
if there is an existing package either
|
||||||
|
|
||||||
|
1. the fix has been merged to master but not nixos-23.05
|
||||||
|
2. i might have somehow fixed it
|
||||||
|
3. a new package that will be merged hopefully
|
0
packages/nullpomino.nix
Normal file
0
packages/nullpomino.nix
Normal file
Loading…
Reference in a new issue