Skip to content

Commit

Permalink
Starting cleanup & nvim cmp / lsp refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lipeeeee committed Apr 3, 2024
1 parent 50b00b9 commit 6ba345f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 45 deletions.
2 changes: 0 additions & 2 deletions lua/lipe/lsp/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ return {
"clangd",
"lua_ls",
"pyright",
"gopls",
"rust_analyzer",
}
17 changes: 0 additions & 17 deletions lua/lipe/lsp/settings/gopls.lua

This file was deleted.

23 changes: 0 additions & 23 deletions lua/lipe/plugins/core/rust.lua

This file was deleted.

2 changes: 1 addition & 1 deletion lua/lipe/plugins/core/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
"nvim-telescope/telescope.nvim",
-- Load on Telescope command
cmd = "Telescope",
tag = '0.1.3',
tag = '0.1.6',
dependencies = {
{
"AckslD/nvim-neoclip.lua",
Expand Down
2 changes: 1 addition & 1 deletion lua/lipe/plugins/core/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ return {

ts_config.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "c", "lua", "rust" },
ensure_installed = { "c", "lua", "python" },

-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,
Expand Down
2 changes: 1 addition & 1 deletion lua/lipe/plugins/lsp/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
return {
{
"L3MON4D3/LuaSnip",
version = "2.*",
version = "v2.*",
lazy = true, -- nvim-cmp will load luasnip
dependencies = {
"rafamadriz/friendly-snippets",
Expand Down

0 comments on commit 6ba345f

Please sign in to comment.