This commit is contained in:
Sakooooo 2023-07-29 18:10:01 +03:00
parent 969cff6da9
commit f454701cb6
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 9 additions and 1 deletions

View file

@ -30,7 +30,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
mason_null_ls.setup()
-- funny lsp config stuff
require('lspconfig').rnix.setup({
require('lspconfig').nil_ls.setup({
on_attach = on_attach,
capabilities = capabilities,
})

8
packages/README.md Normal file
View 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
View file