mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore(nvim): Remove unused util-functions
- Remove relic of effort to force neovim in vs-code - Remove util functions copied from LazyNvim - if I need them I'll write them - Removed Lua code comments I don't understand - Better code comments
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
-- TIP:
|
||||
-- Step 1: Install the LSP through either of the following:
|
||||
-- OS Installer > Brew-linux > Mason NeoVim Plugin
|
||||
-- Step 2: Append the LSP server name in the below array
|
||||
-- TIP: Setup a new LSP:
|
||||
-- Step 1: Install the LSP through:
|
||||
-- OS Installer > Brew-linux > :MasonInstall
|
||||
-- Step 2: Append the LSP server name in the below array ("newlsp")
|
||||
-- Step 3: Create file ("newlsp.lua") in ../../lsp/
|
||||
-- Step 4: Return a lua table containing required lsp config in it
|
||||
vim.lsp.enable({
|
||||
"bashls",
|
||||
"cssls",
|
||||
|
||||
Reference in New Issue
Block a user