You've already forked dotfiles
feat: Adding new additions of:
- autopairs (trying again and kind of liking it) - render-markdown to render markdown in editor - twilight for dimming other lines - nvim-biscuits Changes to the zshrc settings to add location, color settings environment variables, some keybindings, universal aliases for coloration, etc. Adding a loader.enable to the start of init.lua for faster load times (need to benchmark this but it feels faster).
This commit is contained in:
@@ -36,13 +36,11 @@ return {
|
||||
'clangd', -- C/C++
|
||||
-- 'hadolint', -- Dockerfile linting
|
||||
'intelephense', -- PHP
|
||||
-- 'jdtls', -- java
|
||||
'lua_ls',
|
||||
'marksman', -- markdown
|
||||
-- 'pylint',
|
||||
'pylsp',
|
||||
'rust_analyzer',
|
||||
'ts_ls', -- Typscript
|
||||
-- 'ts_ls', -- Typscript
|
||||
'yamlls',
|
||||
}
|
||||
}
|
||||
@@ -136,6 +134,7 @@ return {
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
'neovim/nvim-lspconfig',
|
||||
'mason-org/mason-lspconfig.nvim',
|
||||
},
|
||||
lazy = false,
|
||||
|
||||
Reference in New Issue
Block a user