mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-19 03:26:40 -07:00
flake update and related changes
This commit is contained in:
parent
0860e967f3
commit
9735440660
4 changed files with 27 additions and 25 deletions
|
@ -8,7 +8,7 @@
|
|||
# Python
|
||||
basedpyright = {
|
||||
enable = true;
|
||||
settings.settings.basedpyright = {
|
||||
config.settings.basedpyright = {
|
||||
analysis = {
|
||||
autoImportCompletions = true;
|
||||
autoSearchPaths = true;
|
||||
|
@ -45,7 +45,7 @@
|
|||
# Lua
|
||||
lua_ls = {
|
||||
enable = true;
|
||||
settings.settings.diagnostics.globals = [ "vim" ];
|
||||
config.settings.diagnostics.globals = [ "vim" ];
|
||||
};
|
||||
|
||||
# Documentation
|
||||
|
@ -54,8 +54,7 @@
|
|||
# Scala
|
||||
metals = {
|
||||
enable = true;
|
||||
settings.settings = {
|
||||
bloopSbtAlreadyInstalled = true;
|
||||
config.settings = {
|
||||
defaultBspToBuildTool = true;
|
||||
enableBestEffort = true;
|
||||
excludedPackages = [
|
||||
|
@ -90,7 +89,7 @@
|
|||
# Swift/iOS development
|
||||
sourcekit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
config = {
|
||||
cmd = [
|
||||
"xcrun"
|
||||
"sourcekit-lsp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue