This commit is contained in:
Bryan Ramos 2023-10-13 18:28:27 -04:00
parent 65b8b281f2
commit 2302144578
2 changed files with 2 additions and 8 deletions

View file

@ -2,6 +2,7 @@
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here
vim.g.autoformat = false
vim.cmd([[
au BufRead,BufNewFile *.purs set filetype=purescript
]])

View file

@ -45,13 +45,6 @@ return {
},
},
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
--[[
{
"jackMort/ChatGPT.nvim",
@ -70,7 +63,7 @@ return {
]]
{
"romgrk/nvim-treesitter-context",
"nvim-treesitter/nvim-treesitter-context",
config = function()
require("treesitter-context").setup({
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)