mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16: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:
@@ -24,8 +24,6 @@ end
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- You can also configure plugins after the setup call,
|
||||
-- as they will be available in your neovim runtime.
|
||||
require("lazy").setup({
|
||||
change_detection = {
|
||||
notify = false,
|
||||
|
||||
@@ -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