mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: cleanup
This commit is contained in:
@@ -26,14 +26,12 @@ local servers = {
|
|||||||
"pyright",
|
"pyright",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"sourcery",
|
"sourcery",
|
||||||
--[[ "stylelint_lsp", ]]
|
|
||||||
"sumneko_lua",
|
"sumneko_lua",
|
||||||
"svelte",
|
"svelte",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
"theme_check",
|
"theme_check",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
"vuels",
|
"vuels",
|
||||||
-- "remark_ls",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mason.setup({
|
mason.setup({
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ return {
|
|||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
globals = { "vim", "hs", "window" },
|
globals = { "vim", "hs", "window", "pcall" },
|
||||||
},
|
},
|
||||||
workspace = {
|
workspace = {
|
||||||
library = {
|
library = {
|
||||||
|
|||||||
@@ -103,6 +103,9 @@ return packer.startup(function(use)
|
|||||||
use("nvim-treesitter/playground") -- Treesitter information in Neovim
|
use("nvim-treesitter/playground") -- Treesitter information in Neovim
|
||||||
use("nvim-treesitter/nvim-treesitter-context") -- Show context
|
use("nvim-treesitter/nvim-treesitter-context") -- Show context
|
||||||
|
|
||||||
|
-- DAP
|
||||||
|
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol
|
||||||
|
|
||||||
-- File/Window Management
|
-- File/Window Management
|
||||||
use("ThePrimeagen/harpoon") -- Getting you where you want
|
use("ThePrimeagen/harpoon") -- Getting you where you want
|
||||||
use("ThePrimeagen/git-worktree.nvim") -- Git Worktree
|
use("ThePrimeagen/git-worktree.nvim") -- Git Worktree
|
||||||
@@ -153,7 +156,6 @@ return packer.startup(function(use)
|
|||||||
use("rstacruz/vim-xtract") -- Extract code into new file
|
use("rstacruz/vim-xtract") -- Extract code into new file
|
||||||
use("tpope/vim-repeat") -- Repeat plugins
|
use("tpope/vim-repeat") -- Repeat plugins
|
||||||
use("tpope/vim-surround") -- Replace, add, remove surroundings
|
use("tpope/vim-surround") -- Replace, add, remove surroundings
|
||||||
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol
|
|
||||||
use("wuelnerdotexe/vim-astro") -- Astro support
|
use("wuelnerdotexe/vim-astro") -- Astro support
|
||||||
use("MunifTanjim/prettier.nvim") -- Prettier
|
use("MunifTanjim/prettier.nvim") -- Prettier
|
||||||
use("untitled-ai/jupyter_ascending.vim") -- Interact with jupyter_ascending
|
use("untitled-ai/jupyter_ascending.vim") -- Interact with jupyter_ascending
|
||||||
|
|||||||
Reference in New Issue
Block a user