mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-07 07:28:40 +00:00
Add gopls (#89)
This commit is contained in:
@@ -314,6 +314,7 @@
|
|||||||
nixpkgs.deno
|
nixpkgs.deno
|
||||||
nixpkgs.yazi
|
nixpkgs.yazi
|
||||||
nixpkgs.font-awesome
|
nixpkgs.font-awesome
|
||||||
|
nixpkgs.gopls
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
if nixpkgs.stdenv.isLinux
|
if nixpkgs.stdenv.isLinux
|
||||||
|
@@ -15,6 +15,8 @@ local schemas = {
|
|||||||
|
|
||||||
require("lspconfig")["clangd"].setup({})
|
require("lspconfig")["clangd"].setup({})
|
||||||
|
|
||||||
|
require("lspconfig")["gopls"].setup({})
|
||||||
|
|
||||||
require("lspconfig")["yamlls"].setup({
|
require("lspconfig")["yamlls"].setup({
|
||||||
settings = {
|
settings = {
|
||||||
yaml = {
|
yaml = {
|
||||||
|
Reference in New Issue
Block a user