From 98b34bade55966e5f5083d75ca5eee8ddf974297 Mon Sep 17 00:00:00 2001 From: Beric Bearnson Date: Sun, 3 Mar 2024 22:22:25 +0000 Subject: [PATCH] my own little touches <3 --- README.md | 2 +- init.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6d19f49..21cb0885 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Clone kickstart.nvim:
Linux and Mac ```sh -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/bericyb/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
diff --git a/init.lua b/init.lua index 292ec077..fcc053c3 100644 --- a/init.lua +++ b/init.lua @@ -532,16 +532,16 @@ require('lazy').setup { -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, + rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`tsserver`) will work just fine - -- tsserver = {}, + tsserver = {}, -- lua_ls = {