progress on persona

This commit is contained in:
chaptersix 2024-02-24 11:13:35 -06:00
parent 12bd68e8b9
commit 9e489f0bd6
4 changed files with 52 additions and 5 deletions

View file

@ -229,7 +229,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]
@ -512,11 +512,11 @@ require('mason-lspconfig').setup()
-- define the property 'filetypes' to the map in question.
local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
gopls = {},
pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
tsserver = {},
html = { filetypes = { 'html', 'twig', 'hbs'} },
lua_ls = {
Lua = {