my own little touches <3

This commit is contained in:
Beric Bearnson 2024-03-03 22:22:25 +00:00
parent e6710a461a
commit 98b34bade5
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ Clone kickstart.nvim:
<details><summary> Linux and Mac </summary>
```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
```
</details>

View File

@ -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 = {