removing google codefmt, leaving lsp formatter

This commit is contained in:
2024-02-21 22:31:33 +01:00
parent a9e183b8cb
commit d94a21e547
2 changed files with 4 additions and 7 deletions

View File

@@ -1 +0,0 @@
vim.cmd(':Glaive codefmt prettier_executable="/home/daniele/.local/share/nvim/mason/bin/prettier"')

View File

@@ -31,7 +31,7 @@ return require('packer').startup(function(use)
properties = {},
types = {},
},
--[[color_overrides = {
mocha = {
base = "#000000",
@@ -40,6 +40,8 @@ return require('packer').startup(function(use)
},
} ]]--
})
-- set the colorscheme
vim.cmd('colorscheme catppuccin')
end
@@ -53,7 +55,7 @@ return require('packer').startup(function(use)
use("ThePrimeagen/harpoon")
use("mbbill/undotree")
use("tpope/vim-fugitive")
use {
@@ -82,8 +84,4 @@ return require('packer').startup(function(use)
-- Per project custom lsp config
use("folke/neoconf.nvim")
use("google/vim-maktaba")
use("google/vim-codefmt")
use("google/vim-glaive")
end)