Compare commits
No commits in common. "9417d74d146f48b67ec9518271d4d3fdfe96e27e" and "b2ca0c5e1348cf703a0b7b5d9243fbcae8928112" have entirely different histories.
9417d74d14
...
b2ca0c5e13
3 changed files with 6 additions and 14 deletions
|
|
@ -1,13 +0,0 @@
|
||||||
return {
|
|
||||||
'catppuccin/nvim',
|
|
||||||
name = 'catppuccin',
|
|
||||||
priority = 1000,
|
|
||||||
config = function()
|
|
||||||
local catpuccin = require('catppuccin')
|
|
||||||
catpuccin.setup({
|
|
||||||
flavour = 'frappe',
|
|
||||||
styles = {
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end
|
|
||||||
}
|
|
||||||
|
|
@ -12,6 +12,11 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ 'nvim-lua/plenary.nvim' } }
|
{ 'nvim-lua/plenary.nvim' } }
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'catppuccin/nvim',
|
||||||
|
name = 'catppuccin',
|
||||||
|
priority = 1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
name = 'fugitive'
|
name = 'fugitive'
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ local handlers = {
|
||||||
require('lspconfig').ruff_lsp.setup({
|
require('lspconfig').ruff_lsp.setup({
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
client.server_capabilities.hoverProvider = false
|
client.server_capabilities.hoverProvider = false
|
||||||
client.server_capabilities.documentFormattingProvider = false
|
client.server_capabilities.documentFormattingProver = false
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue