Made snippets better

This commit is contained in:
2025-02-03 13:02:06 +11:00
parent ad5c3a6579
commit 8bc6f4229f
9 changed files with 247 additions and 74 deletions

View File

@@ -1,6 +1,15 @@
return {
"neovim/nvim-lspconfig",
dependencies = {
{
"folke/lazydev.nvim",
ft = "lua",
opts = {
library = {
{ path = "luvit-meta/library", words = { "vim%.uv" } },
},
},
},
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
"hrsh7th/cmp-nvim-lsp",
@@ -25,6 +34,7 @@ return {
require("fidget").setup({})
require("mason").setup()
require("mason-lspconfig").setup({
automatic_installation = false,
ensure_installed = {
"lua_ls",
"bashls",
@@ -103,7 +113,7 @@ return {
focusable = false,
style = "minimal",
border = "rounded",
source = "always",
source = true,
header = "",
prefix = "",
},